Sky Blue (Blue)
#7CB8DF
RGB: 124, 184, 223
Color OverviewHEX #7CB8DF
#7CB8DF Color Code Information
In the RGB color space, #7CB8DF is composed of 49% red, 72% green, and 87% blue. In the HSL color space, it has a hue of 204°, saturation of 61%, and lightness of 68%.
HEX
#7CB8DF
RGB
124, 184, 223
HSL
204°, 61%, 68%
HSV
204°, 44%, 87%
CMYK
44%, 17%, 0%, 13%
Name Match
Sky Blue
Closest StandardShades of #7CB8DF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #7CB8DF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #7CB8DF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #7CB8DF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #7CB8DF Background
Contrast Ratio against Pure White (#FFFFFF):2.15 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7CB8DF Background
Contrast Ratio against Pure Black (#000000):9.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #7CB8DF;
}
.element {
color: #7CB8DF;
background-color: #7CB8DF;
border-color: #7CB8DF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#7CB8DF] text-[#7CB8DF] border-[#7CB8DF]"> Content styled with #7CB8DF </div>