#2CFFF8
A medium, vivid cyan closely aligning with Aqua.
About #2CFFF8
Visually, #2CFFF8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aqua. This translates to an RGB value of rgb(44, 255, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 83% Cyan, 0% Magenta, 3% Yellow, and 0% Black. The HSL representation is 178.0° hue, 100.0% saturation, and 58.6% lightness.
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#2CFFF8
RGB44, 255, 248
HSL178.0°, 100.0%, 58.6%
CMYK83%, 0%, 3%, 0%
HSV178.0°, 82.7%, 100.0%
LAB91.2, -48.4, -10.4
XYZ53.7, 78.8, 101.2
Decimal2949112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.77:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFFF8;
}
.text-color {
color: #2CFFF8;
}
.border-color {
border: 2px solid #2CFFF8;
}