#0FE9F0
A medium, vivid cyan closely aligning with Aqua.
About #0FE9F0
When working with digital screens, the color #0FE9F0 is rendered by mixing light. Designers often compare it to the standard color Aqua. In the RGB color space, it consists of 15 red, 233 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 94% Cyan, 3% Magenta, 0% Yellow, and 6% Black. The HSL representation is 181.9° hue, 88.2% saturation, and 50.0% lightness.
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#0FE9F0
RGB15, 233, 240
HSL181.9°, 88.2%, 50.0%
CMYK94%, 3%, 0%, 6%
HSV181.9°, 93.8%, 94.1%
LAB84.3, -42.5, -16.5
XYZ45.1, 64.7, 92.5
Decimal1042928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.93:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE9F0;
}
.text-color {
color: #0FE9F0;
}
.border-color {
border: 2px solid #0FE9F0;
}