#213421
a deep, soft green · cool · closest name: darkslategray
RGB
33, 52, 33
HSL
120°, 22%, 17%
CMYK
37, 0, 37, 80
Luminance
0.0289
Every format
| HEX | #213421 |
| RGB | rgb(33, 52, 33) |
| HSL | hsl(120, 22%, 17%) |
| CMYK | cmyk(37%, 0%, 37%, 80%) |
| LAB | lab(19.6 -12.5 9.6) |
| LCH | lch(19.6 15.8 142.3) |
| OKLCH | oklch(0.302 0.042 144.5) |
Copy-ready code
/* CSS */
color: #213421;
background-color: #213421;
/* Tailwind (arbitrary) */
class="text-[#213421] bg-[#213421]"
/* SCSS */
$brand: #213421;
/* SwiftUI */
Color(red: 0.129, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#213421")Accessibility — WCAG contrast
Aa
#213421 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213421 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green20.4%
Blue12.9%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow36.5%
Key (black)79.6%
Color previews
#213421 text on a black background
contrast 1.58:1
Card sample
#213421 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213421;
Background color
Panel with #213421 background
background-color: #213421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213421; background: linear-gradient(135deg, #213421, #21342E);