#00F8E9
A medium, vivid cyan closely aligning with Aqua.
About #00F8E9
At its core, #00F8E9 is a medium and vivid hue. It is closely associated with the named CSS color Aqua. In the RGB color space, it consists of 0 red, 248 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 6% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00F8E9
RGB0, 248, 233
HSL176.4°, 100.0%, 48.6%
CMYK100%, 0%, 6%, 3%
HSV176.4°, 100.0%, 97.3%
LAB88.5, -51.3, -6.6
XYZ48.3, 73.0, 88.6
Decimal63721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.60:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F8E9;
}
.text-color {
color: #00F8E9;
}
.border-color {
border: 2px solid #00F8E9;
}