#008751
a dark, electric green · cool · closest name: seagreen
RGB
0, 135, 81
HSL
156°, 100%, 27%
CMYK
100, 0, 40, 47
Luminance
0.1792
Every format
| HEX | #008751 |
| RGB | rgb(0, 135, 81) |
| HSL | hsl(156, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 40%, 47%) |
| LAB | lab(49.4 -44.7 20.4) |
| LCH | lch(49.4 49.1 155.4) |
| OKLCH | oklch(0.549 0.131 157.0) |
Copy-ready code
/* CSS */
color: #008751;
background-color: #008751;
/* Tailwind (arbitrary) */
class="text-[#008751] bg-[#008751]"
/* SCSS */
$brand: #008751;
/* SwiftUI */
Color(red: 0.000, green: 0.529, blue: 0.318)
/* Android */
Color.parseColor("#008751")Accessibility — WCAG contrast
Aa
#008751 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008751 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.9%
Blue31.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow40.0%
Key (black)47.1%
Color previews
#008751 text on a black background
contrast 4.58:1
Card sample
#008751 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008751;
Background color
Panel with #008751 background
background-color: #008751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 135, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 135, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008751; background: linear-gradient(135deg, #008751, #006387);