#508A92
A medium, muted cyan closely aligning with Cadetblue.
About #508A92
The hex code #508A92 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 80 red, 138 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 45% C, 5% M, 0% Y, and 43% K. The HSL representation is 187.3° hue, 29.2% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#508A92
RGB80, 138, 146
HSL187.3°, 29.2%, 44.3%
CMYK45%, 5%, 0%, 43%
HSV187.3°, 45.2%, 57.3%
LAB54.0, -16.7, -10.2
XYZ17.6, 22.0, 30.5
Decimal5278354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #508A92;
}
.text-color {
color: #508A92;
}
.border-color {
border: 2px solid #508A92;
}