#33F8FF
A light, vivid cyan closely aligning with Aqua.
About #33F8FF
At its core, #33F8FF is a light and vivid hue. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(51, 248, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 80% cyan, 3% magenta, 0% yellow, and 0% black. The HSL representation is 182.1° hue, 100.0% saturation, and 60.0% lightness.
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#33F8FF
RGB51, 248, 255
HSL182.1°, 100.0%, 60.0%
CMYK80%, 3%, 0%, 0%
HSV182.1°, 80.0%, 100.0%
LAB89.4, -42.9, -16.6
XYZ53.0, 75.1, 106.3
Decimal3406079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.01:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F8FF;
}
.text-color {
color: #33F8FF;
}
.border-color {
border: 2px solid #33F8FF;
}