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