#008152
a dark, electric green · cool · closest name: seagreen
RGB
0, 129, 82
HSL
158°, 100%, 25%
CMYK
100, 0, 36, 49
Luminance
0.1631
Every format
| HEX | #008152 |
| RGB | rgb(0, 129, 82) |
| HSL | hsl(158, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 36%, 49%) |
| LAB | lab(47.4 -42.2 17.2) |
| LCH | lch(47.4 45.5 157.9) |
| OKLCH | oklch(0.532 0.122 159.2) |
Copy-ready code
/* CSS */
color: #008152;
background-color: #008152;
/* Tailwind (arbitrary) */
class="text-[#008152] bg-[#008152]"
/* SCSS */
$brand: #008152;
/* SwiftUI */
Color(red: 0.000, green: 0.506, blue: 0.322)
/* Android */
Color.parseColor("#008152")Accessibility — WCAG contrast
Aa
#008152 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008152 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green50.6%
Blue32.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.4%
Key (black)49.4%
Color previews
#008152 text on a black background
contrast 4.26:1
Card sample
#008152 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008152;
Background color
Panel with #008152 background
background-color: #008152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 129, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 129, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008152; background: linear-gradient(135deg, #008152, #005A81);