#08856f
a dark, electric cyan · cool · closest name: teal
RGB
8, 133, 111
HSL
169°, 89%, 28%
CMYK
94, 0, 17, 48
Luminance
0.1797
Every format
| HEX | #08856f |
| RGB | rgb(8, 133, 111) |
| HSL | hsl(169, 89%, 28%) |
| CMYK | cmyk(94%, 0%, 17%, 48%) |
| LAB | lab(49.5 -35.9 3.3) |
| LCH | lch(49.5 36.1 174.8) |
| OKLCH | oklch(0.551 0.102 175.4) |
Copy-ready code
/* CSS */
color: #08856f;
background-color: #08856f;
/* Tailwind (arbitrary) */
class="text-[#08856f] bg-[#08856f]"
/* SCSS */
$brand: #08856f;
/* SwiftUI */
Color(red: 0.031, green: 0.522, blue: 0.435)
/* Android */
Color.parseColor("#08856f")Accessibility — WCAG contrast
Aa
#08856f on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08856f on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.2%
Blue43.5%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow16.5%
Key (black)47.8%
Color previews
#08856f text on a black background
contrast 4.59:1
Card sample
#08856f text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08856f;
Background color
Panel with #08856f background
background-color: #08856f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08856f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 133, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 133, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08856f; background: linear-gradient(135deg, #08856f, #084885);