#214421
a deep, soft green · cool · closest name: darkslategray
RGB
33, 68, 33
HSL
120°, 35%, 20%
CMYK
52, 0, 52, 73
Luminance
0.0457
Every format
| HEX | #214421 |
| RGB | rgb(33, 68, 33) |
| HSL | hsl(120, 35%, 20%) |
| CMYK | cmyk(52%, 0%, 52%, 73%) |
| LAB | lab(25.5 -21.3 17.3) |
| LCH | lch(25.5 27.4 140.8) |
| OKLCH | oklch(0.350 0.072 143.9) |
Copy-ready code
/* CSS */
color: #214421;
background-color: #214421;
/* Tailwind (arbitrary) */
class="text-[#214421] bg-[#214421]"
/* SCSS */
$brand: #214421;
/* SwiftUI */
Color(red: 0.129, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#214421")Accessibility — WCAG contrast
Aa
#214421 on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214421 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green26.7%
Blue12.9%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow51.5%
Key (black)73.3%
Color previews
#214421 text on a black background
contrast 1.91:1
Card sample
#214421 text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214421;
Background color
Panel with #214421 background
background-color: #214421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214421; background: linear-gradient(135deg, #214421, #214438);