#33FFCC
A light, vivid cyan closely aligning with Aquamarine.
About #33FFCC
Visually, #33FFCC is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 51 parts red, 255 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 80% cyan, 0% magenta, 20% yellow, and 0% black. The HSL representation is 165.0° hue, 100.0% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33FFCC
RGB51, 255, 204
HSL165.0°, 100.0%, 60.0%
CMYK80%, 0%, 20%, 0%
HSV165.0°, 80.0%, 100.0%
LAB90.1, -59.2, 10.9
XYZ48.0, 76.6, 69.4
Decimal3407820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.32:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FFCC;
}
.text-color {
color: #33FFCC;
}
.border-color {
border: 2px solid #33FFCC;
}