#00E9F0
A medium, vivid cyan closely aligning with Aqua.
About #00E9F0
When working with digital screens, the color #00E9F0 is rendered by mixing light. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(0, 233, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 3% Magenta, 0% Yellow, and 6% Black. The HSL representation is 181.8° hue, 100.0% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#00E9F0
RGB0, 233, 240
HSL181.8°, 100.0%, 47.1%
CMYK100%, 3%, 0%, 6%
HSV181.8°, 100.0%, 94.1%
LAB84.3, -42.8, -16.6
XYZ44.9, 64.6, 92.5
Decimal59888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.91:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E9F0;
}
.text-color {
color: #00E9F0;
}
.border-color {
border: 2px solid #00E9F0;
}