#83CCD3
A light, moderate cyan closely aligning with Powderblue.
About #83CCD3
The hex code #83CCD3 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Powderblue. Its digital footprint relies on 131 parts red, 204 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 38% cyan, 3% magenta, 0% yellow, and 17% black. With a hue angle of 185.2 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83CCD3
RGB131, 204, 211
HSL185.2°, 47.6%, 67.1%
CMYK38%, 3%, 0%, 17%
HSV185.2°, 37.9%, 82.7%
LAB77.7, -20.9, -10.7
XYZ42.7, 52.7, 69.6
Decimal8637651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.54:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83CCD3;
}
.text-color {
color: #83CCD3;
}
.border-color {
border: 2px solid #83CCD3;
}