#00856f
a dark, electric cyan · cool · closest name: teal
RGB
0, 133, 111
HSL
170°, 100%, 26%
CMYK
100, 0, 17, 48
Luminance
0.1792
Every format
| HEX | #00856f |
| RGB | rgb(0, 133, 111) |
| HSL | hsl(170, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 17%, 48%) |
| LAB | lab(49.4 -36.4 3.2) |
| LCH | lch(49.4 36.5 175.0) |
| OKLCH | oklch(0.551 0.103 175.6) |
Copy-ready code
/* CSS */
color: #00856f;
background-color: #00856f;
/* Tailwind (arbitrary) */
class="text-[#00856f] bg-[#00856f]"
/* SCSS */
$brand: #00856f;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.435)
/* Android */
Color.parseColor("#00856f")Accessibility — WCAG contrast
Aa
#00856f on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00856f on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue43.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow16.5%
Key (black)47.8%
Color previews
#00856f text on a black background
contrast 4.58:1
Card sample
#00856f text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00856f;
Background color
Panel with #00856f background
background-color: #00856f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00856f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00856f; background: linear-gradient(135deg, #00856f, #004285);