#5FFFE2
A light, vivid cyan closely aligning with Aquamarine.
About #5FFFE2
At its core, #5FFFE2 is a light and vivid hue. It is closely associated with the named CSS color Aquamarine. Its digital footprint relies on 95 parts red, 255 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 63% Cyan, 0% Magenta, 11% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FFFE2
RGB95, 255, 226
HSL169.1°, 100.0%, 68.6%
CMYK63%, 0%, 11%, 0%
HSV169.1°, 62.7%, 100.0%
LAB91.4, -48.4, 1.5
XYZ54.2, 79.4, 84.4
Decimal6291426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.89:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFE2;
}
.text-color {
color: #5FFFE2;
}
.border-color {
border: 2px solid #5FFFE2;
}