Sky Blue (Blue)
#72CFDA
RGB: 114, 207, 218
Color OverviewHEX #72CFDA

#72CFDA Color Code Information

In the RGB color space, #72CFDA is composed of 45% red, 81% green, and 85% blue. In the HSL color space, it has a hue of 186°, saturation of 58%, and lightness of 65%.

HEX
#72CFDA
RGB
114, 207, 218
HSL
186°, 58%, 65%
HSV
186°, 48%, 85%
CMYK
48%, 5%, 0%, 15%
Name Match
Sky Blue
Closest Standard

Shades of #72CFDA (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #72CFDA (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #72CFDA (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #72CFDA

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #72CFDA Background
Contrast Ratio against Pure White (#FFFFFF):1.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #72CFDA Background
Contrast Ratio against Pure Black (#000000):11.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #72CFDA;
}

.element {
  color: #72CFDA;
  background-color: #72CFDA;
  border-color: #72CFDA;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#72CFDA] text-[#72CFDA] border-[#72CFDA]">
  Content styled with #72CFDA
</div>