#7CA0DB
A light, moderate blue closely aligning with Steelblue.
About #7CA0DB
At its core, #7CA0DB is a light and moderate hue. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 124 red, 160 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 27% M, 0% Y, and 14% K. The HSL representation is 217.3° hue, 56.9% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CA0DB
RGB124, 160, 219
HSL217.3°, 56.9%, 67.3%
CMYK43%, 27%, 0%, 14%
HSV217.3°, 43.4%, 85.9%
LAB65.4, 3.0, -33.8
XYZ33.7, 34.5, 71.9
Decimal8167643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA0DB;
}
.text-color {
color: #7CA0DB;
}
.border-color {
border: 2px solid #7CA0DB;
}