#008511
a dark, electric green · cool · closest name: green
RGB
0, 133, 17
HSL
128°, 100%, 26%
CMYK
100, 0, 87, 48
Luminance
0.1682
Every format
| HEX | #008511 |
| RGB | rgb(0, 133, 17) |
| HSL | hsl(128, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 87%, 48%) |
| LAB | lab(48.0 -52.5 47.9) |
| LCH | lch(48.0 71.0 137.6) |
| OKLCH | oklch(0.535 0.177 143.4) |
Copy-ready code
/* CSS */
color: #008511;
background-color: #008511;
/* Tailwind (arbitrary) */
class="text-[#008511] bg-[#008511]"
/* SCSS */
$brand: #008511;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.067)
/* Android */
Color.parseColor("#008511")Accessibility — WCAG contrast
Aa
#008511 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008511 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue6.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow87.2%
Key (black)47.8%
Color previews
#008511 text on a black background
contrast 4.36:1
Card sample
#008511 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008511;
Background color
Panel with #008511 background
background-color: #008511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008511; background: linear-gradient(135deg, #008511, #00856A);