Sky Blue (Blue)
#7ED9CE
RGB: 126, 217, 206
Color OverviewHEX #7ED9CE

#7ED9CE Color Code Information

In the RGB color space, #7ED9CE is composed of 49% red, 85% green, and 81% blue. In the HSL color space, it has a hue of 173°, saturation of 54%, and lightness of 67%.

HEX
#7ED9CE
RGB
126, 217, 206
HSL
173°, 54%, 67%
HSV
173°, 42%, 85%
CMYK
42%, 0%, 5%, 15%
Name Match
Sky Blue
Closest Standard

Shades of #7ED9CE (Darker Variations)

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

Tints of #7ED9CE (Lighter Variations)

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

Tones of #7ED9CE (Muted Variations)

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

Color Harmonies for #7ED9CE

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 #7ED9CE Background
Contrast Ratio against Pure White (#FFFFFF):1.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7ED9CE Background
Contrast Ratio against Pure Black (#000000):12.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #7ED9CE;
}

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