#008A8A
A dark, vivid cyan closely aligning with Darkcyan.
About #008A8A
At its core, #008A8A is a dark and vivid hue. Designers often compare it to the standard color Darkcyan. Its digital footprint relies on 0 parts red, 138 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#008A8A
RGB0, 138, 138
HSL180.0°, 100.0%, 27.1%
CMYK100%, 0%, 0%, 46%
HSV180.0°, 100.0%, 54.1%
LAB51.9, -30.5, -9.0
XYZ13.7, 20.0, 27.2
Decimal35466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A8A;
}
.text-color {
color: #008A8A;
}
.border-color {
border: 2px solid #008A8A;
}