#208421
a dark, vivid green · cool · closest name: forestgreen
RGB
32, 132, 33
HSL
121°, 61%, 32%
CMYK
76, 0, 75, 48
Luminance
0.1692
Every format
| HEX | #208421 |
| RGB | rgb(32, 132, 33) |
| HSL | hsl(121, 61%, 32%) |
| CMYK | cmyk(76%, 0%, 75%, 48%) |
| LAB | lab(48.2 -47.6 42.9) |
| LCH | lch(48.2 64.1 138.0) |
| OKLCH | oklch(0.537 0.162 143.0) |
Copy-ready code
/* CSS */
color: #208421;
background-color: #208421;
/* Tailwind (arbitrary) */
class="text-[#208421] bg-[#208421]"
/* SCSS */
$brand: #208421;
/* SwiftUI */
Color(red: 0.125, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#208421")Accessibility — WCAG contrast
Aa
#208421 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#208421 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green51.8%
Blue12.9%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#208421 text on a black background
contrast 4.38:1
Card sample
#208421 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #208421;
Background color
Panel with #208421 background
background-color: #208421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #208421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #208421; background: linear-gradient(135deg, #208421, #208464);