#33F0FF
A light, vivid cyan closely aligning with Aqua.
About #33F0FF
At its core, #33F0FF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. Its digital footprint relies on 51 parts red, 240 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 80% C, 6% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#33F0FF
RGB51, 240, 255
HSL184.4°, 100.0%, 60.0%
CMYK80%, 6%, 0%, 0%
HSV184.4°, 80.0%, 100.0%
LAB87.1, -39.3, -20.1
XYZ50.6, 70.2, 105.5
Decimal3404031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.05:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F0FF;
}
.text-color {
color: #33F0FF;
}
.border-color {
border: 2px solid #33F0FF;
}