#0FF0E9
A medium, vivid cyan closely aligning with Aqua.
About #0FF0E9
At its core, #0FF0E9 is a medium and vivid hue. Its closest recognized web color is Aqua. Its digital footprint relies on 15 parts red, 240 parts green, and 233 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FF0E9
RGB15, 240, 233
HSL178.1°, 88.2%, 50.0%
CMYK94%, 0%, 3%, 6%
HSV178.1°, 93.8%, 94.1%
LAB86.2, -47.6, -10.1
XYZ46.1, 68.3, 87.8
Decimal1044713
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.66:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF0E9;
}
.text-color {
color: #0FF0E9;
}
.border-color {
border: 2px solid #0FF0E9;
}