#7CAFBD
A light, moderate cyan closely aligning with Cadetblue.
About #7CAFBD
At its core, #7CAFBD is a light and moderate hue. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 124 red, 175 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 34% C, 7% M, 0% Y, and 26% K. The HSL representation is 192.9° hue, 33.0% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CAFBD
RGB124, 175, 189
HSL192.9°, 33.0%, 61.4%
CMYK34%, 7%, 0%, 26%
HSV192.9°, 34.4%, 74.1%
LAB68.5, -13.3, -12.5
XYZ32.8, 38.6, 53.9
Decimal8171453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.72:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CAFBD;
}
.text-color {
color: #7CAFBD;
}
.border-color {
border: 2px solid #7CAFBD;
}