#214621
a deep, soft green · cool · closest name: darkslategray
RGB
33, 70, 33
HSL
120°, 36%, 20%
CMYK
53, 0, 53, 73
Luminance
0.0481
Every format
| HEX | #214621 |
| RGB | rgb(33, 70, 33) |
| HSL | hsl(120, 36%, 20%) |
| CMYK | cmyk(53%, 0%, 53%, 73%) |
| LAB | lab(26.2 -22.3 18.2) |
| LCH | lch(26.2 28.8 140.7) |
| OKLCH | oklch(0.356 0.075 143.8) |
Copy-ready code
/* CSS */
color: #214621;
background-color: #214621;
/* Tailwind (arbitrary) */
class="text-[#214621] bg-[#214621]"
/* SCSS */
$brand: #214621;
/* SwiftUI */
Color(red: 0.129, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#214621")Accessibility — WCAG contrast
Aa
#214621 on white: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214621 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green27.5%
Blue12.9%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow52.9%
Key (black)72.5%
Color previews
#214621 text on a black background
contrast 1.96:1
Card sample
#214621 text on a white background
contrast 10.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214621;
Background color
Panel with #214621 background
background-color: #214621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214621; background: linear-gradient(135deg, #214621, #21463A);