#00876f
a dark, electric cyan · cool · closest name: teal
RGB
0, 135, 111
HSL
169°, 100%, 27%
CMYK
100, 0, 18, 47
Luminance
0.1848
Every format
| HEX | #00876f |
| RGB | rgb(0, 135, 111) |
| HSL | hsl(169, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 18%, 47%) |
| LAB | lab(50.1 -37.2 4.2) |
| LCH | lch(50.1 37.5 173.6) |
| OKLCH | oklch(0.556 0.105 174.3) |
Copy-ready code
/* CSS */
color: #00876f;
background-color: #00876f;
/* Tailwind (arbitrary) */
class="text-[#00876f] bg-[#00876f]"
/* SCSS */
$brand: #00876f;
/* SwiftUI */
Color(red: 0.000, green: 0.529, blue: 0.435)
/* Android */
Color.parseColor("#00876f")Accessibility — WCAG contrast
Aa
#00876f on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00876f on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.9%
Blue43.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow17.8%
Key (black)47.1%
Color previews
#00876f text on a black background
contrast 4.70:1
Card sample
#00876f text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00876f;
Background color
Panel with #00876f background
background-color: #00876f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00876f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 135, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 135, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00876f; background: linear-gradient(135deg, #00876f, #004587);