#209521
a dark, vivid green · cool · closest name: forestgreen
RGB
32, 149, 33
HSL
121°, 65%, 36%
CMYK
79, 0, 78, 42
Luminance
0.2191
Every format
| HEX | #209521 |
| RGB | rgb(32, 149, 33) |
| HSL | hsl(121, 65%, 36%) |
| CMYK | cmyk(79%, 0%, 78%, 42%) |
| LAB | lab(53.9 -53.3 48.7) |
| LCH | lch(53.9 72.2 137.6) |
| OKLCH | oklch(0.585 0.181 142.9) |
Copy-ready code
/* CSS */
color: #209521;
background-color: #209521;
/* Tailwind (arbitrary) */
class="text-[#209521] bg-[#209521]"
/* SCSS */
$brand: #209521;
/* SwiftUI */
Color(red: 0.125, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#209521")Accessibility — WCAG contrast
Aa
#209521 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#209521 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green58.4%
Blue12.9%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#209521 text on a black background
contrast 5.38:1
Card sample
#209521 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #209521;
Background color
Panel with #209521 background
background-color: #209521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #209521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #209521; background: linear-gradient(135deg, #209521, #20956F);