Sky Blue (Blue)
#7CAECF
RGB: 124, 174, 207
Color OverviewHEX #7CAECF

#7CAECF Color Code Information

In the RGB color space, #7CAECF is composed of 49% red, 68% green, and 81% blue. In the HSL color space, it has a hue of 204°, saturation of 46%, and lightness of 65%.

HEX
#7CAECF
RGB
124, 174, 207
HSL
204°, 46%, 65%
HSV
204°, 40%, 81%
CMYK
40%, 16%, 0%, 19%
Name Match
Sky Blue
Closest Standard

Shades of #7CAECF (Darker Variations)

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

Tints of #7CAECF (Lighter Variations)

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

Tones of #7CAECF (Muted Variations)

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

Color Harmonies for #7CAECF

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

Developer Code Snippets & Tailwind CSS

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

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