#0FE9FF
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FE9FF
The hex code #0FE9FF represents a beautifully specific shade of cyan. Designers often compare it to the standard color Darkturquoise. Its digital footprint relies on 15 parts red, 233 parts green, and 255 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 9% Magenta, 0% Yellow, and 0% Black. The HSL representation is 185.5° hue, 100.0% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0FE9FF
RGB15, 233, 255
HSL185.5°, 100.0%, 52.9%
CMYK94%, 9%, 0%, 0%
HSV185.5°, 94.1%, 100.0%
LAB84.8, -38.0, -23.7
XYZ47.4, 65.6, 104.8
Decimal1042943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.12:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE9FF;
}
.text-color {
color: #0FE9FF;
}
.border-color {
border: 2px solid #0FE9FF;
}