#00FFE2
A medium, vivid cyan closely aligning with Aquamarine.
About #00FFE2
The precise color #00FFE2 is an excellent choice for modern design projects. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 0 parts red, 255 parts green, and 226 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#00FFE2
RGB0, 255, 226
HSL173.2°, 100.0%, 50.0%
CMYK100%, 0%, 11%, 0%
HSV173.2°, 100.0%, 100.0%
LAB90.3, -56.1, -0.3
XYZ49.5, 77.0, 84.2
Decimal65506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.40:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FFE2;
}
.text-color {
color: #00FFE2;
}
.border-color {
border: 2px solid #00FFE2;
}