#83BDAF
A light, moderate cyan closely aligning with Cadetblue.
About #83BDAF
Visually, #83BDAF is defined as a moderate cyan. It is closely associated with the named CSS color Cadetblue. This translates to an RGB value of rgb(131, 189, 175).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 31% cyan, 0% magenta, 7% yellow, and 26% black. With a hue angle of 165.5 degrees, it sits comfortably in the cyan spectrum.
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#83BDAF
RGB131, 189, 175
HSL165.5°, 30.5%, 62.7%
CMYK31%, 0%, 7%, 26%
HSV165.5°, 30.7%, 74.1%
LAB72.4, -21.8, 1.1
XYZ35.3, 44.3, 47.3
Decimal8633775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.86:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83BDAF;
}
.text-color {
color: #83BDAF;
}
.border-color {
border: 2px solid #83BDAF;
}