Sky Blue (Blue)
#7EDACB
RGB: 126, 218, 203
Color OverviewHEX #7EDACB

#7EDACB Color Code Information

In the RGB color space, #7EDACB is composed of 49% red, 85% green, and 80% blue. In the HSL color space, it has a hue of 170°, saturation of 55%, and lightness of 67%.

HEX
#7EDACB
RGB
126, 218, 203
HSL
170°, 55%, 67%
HSV
170°, 42%, 85%
CMYK
42%, 0%, 7%, 15%
Name Match
Sky Blue
Closest Standard

Shades of #7EDACB (Darker Variations)

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

Tints of #7EDACB (Lighter Variations)

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

Tones of #7EDACB (Muted Variations)

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

Color Harmonies for #7EDACB

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

Developer Code Snippets & Tailwind CSS

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

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