#213321
a deep, soft green · cool · closest name: darkslategray
RGB
33, 51, 33
HSL
120°, 21%, 17%
CMYK
35, 0, 35, 80
Luminance
0.0280
Every format
| HEX | #213321 |
| RGB | rgb(33, 51, 33) |
| HSL | hsl(120, 21%, 17%) |
| CMYK | cmyk(35%, 0%, 35%, 80%) |
| LAB | lab(19.2 -11.9 9.1) |
| LCH | lch(19.2 15.0 142.4) |
| OKLCH | oklch(0.299 0.040 144.5) |
Copy-ready code
/* CSS */
color: #213321;
background-color: #213321;
/* Tailwind (arbitrary) */
class="text-[#213321] bg-[#213321]"
/* SCSS */
$brand: #213321;
/* SwiftUI */
Color(red: 0.129, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#213321")Accessibility — WCAG contrast
Aa
#213321 on white: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213321 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green20.0%
Blue12.9%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#213321 text on a black background
contrast 1.56:1
Card sample
#213321 text on a white background
contrast 13.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213321;
Background color
Panel with #213321 background
background-color: #213321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213321; background: linear-gradient(135deg, #213321, #21332D);