#213413
a deep, vivid green · cool · closest name: darkslategray
RGB
33, 52, 19
HSL
95°, 47%, 14%
CMYK
37, 0, 64, 80
Luminance
0.0283
Every format
| HEX | #213413 |
| RGB | rgb(33, 52, 19) |
| HSL | hsl(95, 47%, 14%) |
| CMYK | cmyk(37%, 0%, 64%, 80%) |
| LAB | lab(19.3 -14.9 18.3) |
| LCH | lch(19.3 23.6 129.2) |
| OKLCH | oklch(0.299 0.060 133.6) |
Copy-ready code
/* CSS */
color: #213413;
background-color: #213413;
/* Tailwind (arbitrary) */
class="text-[#213413] bg-[#213413]"
/* SCSS */
$brand: #213413;
/* SwiftUI */
Color(red: 0.129, green: 0.204, blue: 0.075)
/* Android */
Color.parseColor("#213413")Accessibility — WCAG contrast
Aa
#213413 on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213413 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green20.4%
Blue7.5%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow63.5%
Key (black)79.6%
Color previews
#213413 text on a black background
contrast 1.57:1
Card sample
#213413 text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213413;
Background color
Panel with #213413 background
background-color: #213413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 52, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 52, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213413; background: linear-gradient(135deg, #213413, #13341B);