#007f32
a deep, electric green · cool · closest name: forestgreen
RGB
0, 127, 50
HSL
144°, 100%, 25%
CMYK
100, 0, 61, 50
Luminance
0.1541
Every format
| HEX | #007f32 |
| RGB | rgb(0, 127, 50) |
| HSL | hsl(144, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 61%, 50%) |
| LAB | lab(46.2 -47.4 33.0) |
| LCH | lch(46.2 57.8 145.2) |
| OKLCH | oklch(0.520 0.149 148.4) |
Copy-ready code
/* CSS */
color: #007f32;
background-color: #007f32;
/* Tailwind (arbitrary) */
class="text-[#007f32] bg-[#007f32]"
/* SCSS */
$brand: #007f32;
/* SwiftUI */
Color(red: 0.000, green: 0.498, blue: 0.196)
/* Android */
Color.parseColor("#007f32")Accessibility — WCAG contrast
Aa
#007f32 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007f32 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.8%
Blue19.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow60.6%
Key (black)50.2%
Color previews
#007f32 text on a black background
contrast 4.08:1
Card sample
#007f32 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007f32;
Background color
Panel with #007f32 background
background-color: #007f32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007f32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 127, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 127, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007f32; background: linear-gradient(135deg, #007f32, #00777F);