#00ac3f
a dark, electric green · cool · closest name: forestgreen
RGB
0, 172, 63
HSL
142°, 100%, 34%
CMYK
100, 0, 63, 33
Luminance
0.2986
Every format
| HEX | #00ac3f |
| RGB | rgb(0, 172, 63) |
| HSL | hsl(142, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 63%, 33%) |
| LAB | lab(61.5 -60.2 44.5) |
| LCH | lch(61.5 74.8 143.5) |
| OKLCH | oklch(0.649 0.192 147.1) |
Copy-ready code
/* CSS */
color: #00ac3f;
background-color: #00ac3f;
/* Tailwind (arbitrary) */
class="text-[#00ac3f] bg-[#00ac3f]"
/* SCSS */
$brand: #00ac3f;
/* SwiftUI */
Color(red: 0.000, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#00ac3f")Accessibility — WCAG contrast
Aa
#00ac3f on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00ac3f on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.5%
Blue24.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow63.4%
Key (black)32.5%
Color previews
#00ac3f text on a black background
contrast 6.97:1
Card sample
#00ac3f text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ac3f;
Background color
Panel with #00ac3f background
background-color: #00ac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ac3f; background: linear-gradient(135deg, #00ac3f, #00A6AC);