#2CF8F8
A medium, vivid cyan closely aligning with Aqua.
About #2CF8F8
At its core, #2CF8F8 is a medium and vivid hue. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(44, 248, 248).
Translating this color to physical media requires the CMYK color model. The color uses 82% Cyan, 0% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CF8F8
RGB44, 248, 248
HSL180.0°, 93.6%, 57.3%
CMYK82%, 0%, 0%, 3%
HSV180.0°, 82.3%, 97.3%
LAB89.1, -45.4, -13.4
XYZ51.5, 74.4, 100.5
Decimal2947320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.89:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF8F8;
}
.text-color {
color: #2CF8F8;
}
.border-color {
border: 2px solid #2CF8F8;
}