#00a747
a dark, electric green · cool · closest name: forestgreen
RGB
0, 167, 71
HSL
146°, 100%, 33%
CMYK
100, 0, 58, 35
Luminance
0.2809
Every format
| HEX | #00a747 |
| RGB | rgb(0, 167, 71) |
| HSL | hsl(146, 100%, 33%) |
| CMYK | cmyk(100%, 0%, 58%, 35%) |
| LAB | lab(60.0 -57.5 39.0) |
| LCH | lch(60.0 69.5 145.9) |
| OKLCH | oklch(0.636 0.180 148.9) |
Copy-ready code
/* CSS */
color: #00a747;
background-color: #00a747;
/* Tailwind (arbitrary) */
class="text-[#00a747] bg-[#00a747]"
/* SCSS */
$brand: #00a747;
/* SwiftUI */
Color(red: 0.000, green: 0.655, blue: 0.278)
/* Android */
Color.parseColor("#00a747")Accessibility — WCAG contrast
Aa
#00a747 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a747 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green65.5%
Blue27.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow57.5%
Key (black)34.5%
Color previews
#00a747 text on a black background
contrast 6.62:1
Card sample
#00a747 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a747;
Background color
Panel with #00a747 background
background-color: #00a747;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a747;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 167, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 167, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a747; background: linear-gradient(135deg, #00a747, #0097A7);