#508A99
A medium, moderate cyan closely aligning with Cadetblue.
About #508A99
When working with digital screens, the color #508A99 is rendered by mixing light. Its closest recognized web color is Cadetblue. In the RGB color space, it consists of 80 red, 138 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 10% Magenta, 0% Yellow, and 40% Black. The HSL representation is 192.3° hue, 31.3% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#508A99
RGB80, 138, 153
HSL192.3°, 31.3%, 45.7%
CMYK48%, 10%, 0%, 40%
HSV192.3°, 47.7%, 60.0%
LAB54.2, -14.8, -13.9
XYZ18.1, 22.2, 33.5
Decimal5278361
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.44:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #508A99;
}
.text-color {
color: #508A99;
}
.border-color {
border: 2px solid #508A99;
}