#99FFE9
A very light, vivid cyan closely aligning with Aquamarine.
About #99FFE9
Visually, #99FFE9 is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(153, 255, 233).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 40% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99FFE9
RGB153, 255, 233
HSL167.1°, 100.0%, 80.0%
CMYK40%, 0%, 9%, 0%
HSV167.1°, 40.0%, 100.0%
LAB93.5, -34.8, 1.2
XYZ63.6, 84.2, 90.0
Decimal10092521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.84:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FFE9;
}
.text-color {
color: #99FFE9;
}
.border-color {
border: 2px solid #99FFE9;
}