#2CF8FF
A medium, vivid cyan closely aligning with Aqua.
About #2CF8FF
The precise color #2CF8FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aqua. Its digital footprint relies on 44 parts red, 248 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 83% cyan and 3% magenta inks. The HSL representation is 182.0° hue, 100.0% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CF8FF
RGB44, 248, 255
HSL182.0°, 100.0%, 58.6%
CMYK83%, 3%, 0%, 0%
HSV182.0°, 82.7%, 100.0%
LAB89.3, -43.4, -16.8
XYZ52.7, 74.9, 106.3
Decimal2947327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
15.98:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF8FF;
}
.text-color {
color: #2CF8FF;
}
.border-color {
border: 2px solid #2CF8FF;
}