#83F8FF
A light, vivid cyan closely aligning with Paleturquoise.
About #83F8FF
The precise color #83F8FF is an excellent choice for modern design projects. It is closely associated with the named CSS color Paleturquoise. This translates to an RGB value of rgb(131, 248, 255).
If you are designing for print, the four-color process is what matters most. The color uses 49% Cyan, 3% Magenta, 0% Yellow, and 0% Black. With a hue angle of 183.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#83F8FF
RGB131, 248, 255
HSL183.4°, 100.0%, 75.7%
CMYK49%, 3%, 0%, 0%
HSV183.4°, 48.6%, 100.0%
LAB91.3, -31.3, -13.6
XYZ61.0, 79.2, 106.7
Decimal8648959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.84:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F8FF;
}
.text-color {
color: #83F8FF;
}
.border-color {
border: 2px solid #83F8FF;
}