#217521
a dark, vivid green · cool · closest name: forestgreen
RGB
33, 117, 33
HSL
120°, 56%, 29%
CMYK
72, 0, 72, 54
Luminance
0.1316
Every format
| HEX | #217521 |
| RGB | rgb(33, 117, 33) |
| HSL | hsl(120, 56%, 29%) |
| CMYK | cmyk(72%, 0%, 72%, 54%) |
| LAB | lab(43.0 -42.1 37.6) |
| LCH | lch(43.0 56.4 138.3) |
| OKLCH | oklch(0.495 0.143 143.0) |
Copy-ready code
/* CSS */
color: #217521;
background-color: #217521;
/* Tailwind (arbitrary) */
class="text-[#217521] bg-[#217521]"
/* SCSS */
$brand: #217521;
/* SwiftUI */
Color(red: 0.129, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#217521")Accessibility — WCAG contrast
Aa
#217521 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217521 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green45.9%
Blue12.9%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#217521 text on a black background
contrast 3.63:1
Card sample
#217521 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217521;
Background color
Panel with #217521 background
background-color: #217521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217521; background: linear-gradient(135deg, #217521, #217559);