#75BDBD
A light, moderate cyan closely aligning with Cadetblue.
About #75BDBD
When working with digital screens, the color #75BDBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 117 red, 189 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 38% C, 0% M, 0% Y, and 26% K. The HSL representation is 180.0° hue, 35.3% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75BDBD
RGB117, 189, 189
HSL180.0°, 35.3%, 60.0%
CMYK38%, 0%, 0%, 26%
HSV180.0°, 38.1%, 74.1%
LAB72.1, -22.4, -7.1
XYZ34.7, 43.9, 54.8
Decimal7716285
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.77:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BDBD;
}
.text-color {
color: #75BDBD;
}
.border-color {
border: 2px solid #75BDBD;
}