#33D3FF
A light, vivid cyan closely aligning with Deepskyblue.
About #33D3FF
Visually, #33D3FF is defined as a vivid cyan. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(51, 211, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 80% cyan, 17% magenta, 0% yellow, and 0% black. With a hue angle of 192.9 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33D3FF
RGB51, 211, 255
HSL192.9°, 100.0%, 60.0%
CMYK80%, 17%, 0%, 0%
HSV192.9°, 80.0%, 100.0%
LAB78.8, -25.5, -32.9
XYZ42.7, 54.5, 102.9
Decimal3396607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.90:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33D3FF;
}
.text-color {
color: #33D3FF;
}
.border-color {
border: 2px solid #33D3FF;
}