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