#217221
a dark, vivid green · cool · closest name: forestgreen
RGB
33, 114, 33
HSL
120°, 55%, 29%
CMYK
71, 0, 71, 55
Luminance
0.1247
Every format
| HEX | #217221 |
| RGB | rgb(33, 114, 33) |
| HSL | hsl(120, 55%, 29%) |
| CMYK | cmyk(71%, 0%, 71%, 55%) |
| LAB | lab(42.0 -41.0 36.4) |
| LCH | lch(42.0 54.9 138.4) |
| OKLCH | oklch(0.486 0.139 143.1) |
Copy-ready code
/* CSS */
color: #217221;
background-color: #217221;
/* Tailwind (arbitrary) */
class="text-[#217221] bg-[#217221]"
/* SCSS */
$brand: #217221;
/* SwiftUI */
Color(red: 0.129, green: 0.447, blue: 0.129)
/* Android */
Color.parseColor("#217221")Accessibility — WCAG contrast
Aa
#217221 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217221 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green44.7%
Blue12.9%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow71.1%
Key (black)55.3%
Color previews
#217221 text on a black background
contrast 3.49:1
Card sample
#217221 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217221;
Background color
Panel with #217221 background
background-color: #217221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 114, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 114, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217221; background: linear-gradient(135deg, #217221, #217257);