#007521
a deep, electric green · cool · closest name: forestgreen
RGB
0, 117, 33
HSL
137°, 100%, 23%
CMYK
100, 0, 72, 54
Luminance
0.1283
Every format
| HEX | #007521 |
| RGB | rgb(0, 117, 33) |
| HSL | hsl(137, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 72%, 54%) |
| LAB | lab(42.5 -46.3 36.9) |
| LCH | lch(42.5 59.2 141.5) |
| OKLCH | oklch(0.489 0.151 145.7) |
Copy-ready code
/* CSS */
color: #007521;
background-color: #007521;
/* Tailwind (arbitrary) */
class="text-[#007521] bg-[#007521]"
/* SCSS */
$brand: #007521;
/* SwiftUI */
Color(red: 0.000, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#007521")Accessibility — WCAG contrast
Aa
#007521 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007521 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green45.9%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#007521 text on a black background
contrast 3.57:1
Card sample
#007521 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007521;
Background color
Panel with #007521 background
background-color: #007521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007521; background: linear-gradient(135deg, #007521, #00756F);