#008A92
A dark, vivid cyan closely aligning with Darkcyan.
About #008A92
When working with digital screens, the color #008A92 is rendered by mixing light. Designers often compare it to the standard color Darkcyan. In the RGB color space, it consists of 0 red, 138 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 5% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#008A92
RGB0, 138, 146
HSL183.3°, 100.0%, 28.6%
CMYK100%, 5%, 0%, 43%
HSV183.3°, 100.0%, 57.3%
LAB52.1, -27.8, -13.2
XYZ14.3, 20.3, 30.4
Decimal35474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A92;
}
.text-color {
color: #008A92;
}
.border-color {
border: 2px solid #008A92;
}