#00964f
a dark, electric green · cool · closest name: seagreen
RGB
0, 150, 79
HSL
152°, 100%, 29%
CMYK
100, 0, 47, 41
Luminance
0.2238
Every format
| HEX | #00964f |
| RGB | rgb(0, 150, 79) |
| HSL | hsl(152, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 47%, 41%) |
| LAB | lab(54.4 -50.5 28.1) |
| LCH | lch(54.4 57.8 150.9) |
| OKLCH | oklch(0.590 0.152 153.0) |
Copy-ready code
/* CSS */
color: #00964f;
background-color: #00964f;
/* Tailwind (arbitrary) */
class="text-[#00964f] bg-[#00964f]"
/* SCSS */
$brand: #00964f;
/* SwiftUI */
Color(red: 0.000, green: 0.588, blue: 0.310)
/* Android */
Color.parseColor("#00964f")Accessibility — WCAG contrast
Aa
#00964f on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00964f on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.8%
Blue31.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow47.3%
Key (black)41.2%
Color previews
#00964f text on a black background
contrast 5.48:1
Card sample
#00964f text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00964f;
Background color
Panel with #00964f background
background-color: #00964f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00964f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 150, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 150, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00964f; background: linear-gradient(135deg, #00964f, #007996);