#008A6D
A dark, vivid cyan closely aligning with Seagreen.
About #008A6D
The hex code #008A6D represents a beautifully specific shade of cyan. Its closest recognized web color is Seagreen. In the RGB color space, it consists of 0 red, 138 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 0% magenta, 21% yellow, and 46% black. The HSL representation is 167.4° hue, 100.0% saturation, and 27.1% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#008A6D
RGB0, 138, 109
HSL167.4°, 100.0%, 27.1%
CMYK100%, 0%, 21%, 46%
HSV167.4°, 100.0%, 54.1%
LAB51.0, -39.1, 6.7
XYZ11.8, 19.3, 17.6
Decimal35437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A6D;
}
.text-color {
color: #008A6D;
}
.border-color {
border: 2px solid #008A6D;
}