#00ab2e
a dark, electric green · cool · closest name: forestgreen
RGB
0, 171, 46
HSL
136°, 100%, 34%
CMYK
100, 0, 73, 33
Luminance
0.2932
Every format
| HEX | #00ab2e |
| RGB | rgb(0, 171, 46) |
| HSL | hsl(136, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 73%, 33%) |
| LAB | lab(61.1 -61.6 51.1) |
| LCH | lch(61.1 80.0 140.4) |
| OKLCH | oklch(0.644 0.203 145.0) |
Copy-ready code
/* CSS */
color: #00ab2e;
background-color: #00ab2e;
/* Tailwind (arbitrary) */
class="text-[#00ab2e] bg-[#00ab2e]"
/* SCSS */
$brand: #00ab2e;
/* SwiftUI */
Color(red: 0.000, green: 0.671, blue: 0.180)
/* Android */
Color.parseColor("#00ab2e")Accessibility — WCAG contrast
Aa
#00ab2e on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00ab2e on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.1%
Blue18.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow73.1%
Key (black)32.9%
Color previews
#00ab2e text on a black background
contrast 6.86:1
Card sample
#00ab2e text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ab2e;
Background color
Panel with #00ab2e background
background-color: #00ab2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ab2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 171, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 171, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ab2e; background: linear-gradient(135deg, #00ab2e, #00ABA0);