#2CF0E9
A medium, vivid cyan closely aligning with Aqua.
About #2CF0E9
Visually, #2CF0E9 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 240, and 233.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CF0E9
RGB44, 240, 233
HSL177.9°, 86.7%, 55.7%
CMYK82%, 0%, 3%, 6%
HSV177.9°, 81.7%, 94.1%
LAB86.4, -46.1, -9.7
XYZ46.9, 68.7, 87.9
Decimal2945257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.75:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF0E9;
}
.text-color {
color: #2CF0E9;
}
.border-color {
border: 2px solid #2CF0E9;
}