#0F8A8A
A dark, vivid cyan closely aligning with Darkcyan.
About #0F8A8A
Visually, #0F8A8A is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 138, and 138.
Translating this color to physical media requires the CMYK color model. The color uses 89% Cyan, 0% Magenta, 0% Yellow, and 46% Black. The HSL representation is 180.0° hue, 80.4% saturation, and 30.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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F8A8A
RGB15, 138, 138
HSL180.0°, 80.4%, 30.0%
CMYK89%, 0%, 0%, 46%
HSV180.0°, 89.1%, 54.1%
LAB52.0, -29.7, -8.8
XYZ13.9, 20.1, 27.2
Decimal1018506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A8A;
}
.text-color {
color: #0F8A8A;
}
.border-color {
border: 2px solid #0F8A8A;
}