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