#213521
a deep, soft green · cool · closest name: darkslategray
RGB
33, 53, 33
HSL
120°, 23%, 17%
CMYK
38, 0, 38, 79
Luminance
0.0298
Every format
| HEX | #213521 |
| RGB | rgb(33, 53, 33) |
| HSL | hsl(120, 23%, 17%) |
| CMYK | cmyk(38%, 0%, 38%, 79%) |
| LAB | lab(20.0 -13.1 10.1) |
| LCH | lch(20.0 16.5 142.2) |
| OKLCH | oklch(0.305 0.044 144.4) |
Copy-ready code
/* CSS */
color: #213521;
background-color: #213521;
/* Tailwind (arbitrary) */
class="text-[#213521] bg-[#213521]"
/* SCSS */
$brand: #213521;
/* SwiftUI */
Color(red: 0.129, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#213521")Accessibility — WCAG contrast
Aa
#213521 on white: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213521 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green20.8%
Blue12.9%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#213521 text on a black background
contrast 1.60:1
Card sample
#213521 text on a white background
contrast 13.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213521;
Background color
Panel with #213521 background
background-color: #213521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213521; background: linear-gradient(135deg, #213521, #21352E);