#214321
a deep, soft green · cool · closest name: darkslategray
RGB
33, 67, 33
HSL
120°, 34%, 20%
CMYK
51, 0, 51, 74
Luminance
0.0445
Every format
| HEX | #214321 |
| RGB | rgb(33, 67, 33) |
| HSL | hsl(120, 34%, 20%) |
| CMYK | cmyk(51%, 0%, 51%, 74%) |
| LAB | lab(25.1 -20.8 16.9) |
| LCH | lch(25.1 26.7 140.9) |
| OKLCH | oklch(0.347 0.070 143.9) |
Copy-ready code
/* CSS */
color: #214321;
background-color: #214321;
/* Tailwind (arbitrary) */
class="text-[#214321] bg-[#214321]"
/* SCSS */
$brand: #214321;
/* SwiftUI */
Color(red: 0.129, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#214321")Accessibility — WCAG contrast
Aa
#214321 on white: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#214321 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green26.3%
Blue12.9%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#214321 text on a black background
contrast 1.89:1
Card sample
#214321 text on a white background
contrast 11.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #214321;
Background color
Panel with #214321 background
background-color: #214321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #214321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #214321; background: linear-gradient(135deg, #214321, #214338);