#0F9299
A dark, vivid cyan closely aligning with Darkcyan.
About #0F9299
The precise color #0F9299 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkcyan. Its digital footprint relies on 15 parts red, 146 parts green, and 153 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 90% cyan, 5% magenta, 0% yellow, and 40% black. With a hue angle of 183.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F9299
RGB15, 146, 153
HSL183.0°, 82.1%, 32.9%
CMYK90%, 5%, 0%, 40%
HSV183.0°, 90.2%, 60.0%
LAB55.0, -28.8, -12.8
XYZ16.2, 23.0, 33.7
Decimal1020569
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F9299;
}
.text-color {
color: #0F9299;
}
.border-color {
border: 2px solid #0F9299;
}