#213913
a deep, vivid green · cool · closest name: darkslategray
RGB
33, 57, 19
HSL
98°, 50%, 15%
CMYK
42, 0, 67, 78
Luminance
0.0330
Every format
| HEX | #213913 |
| RGB | rgb(33, 57, 19) |
| HSL | hsl(98, 50%, 15%) |
| CMYK | cmyk(42%, 0%, 67%, 78%) |
| LAB | lab(21.2 -17.7 20.4) |
| LCH | lch(21.2 27.0 130.8) |
| OKLCH | oklch(0.315 0.069 135.5) |
Copy-ready code
/* CSS */
color: #213913;
background-color: #213913;
/* Tailwind (arbitrary) */
class="text-[#213913] bg-[#213913]"
/* SCSS */
$brand: #213913;
/* SwiftUI */
Color(red: 0.129, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#213913")Accessibility — WCAG contrast
Aa
#213913 on white: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213913 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green22.4%
Blue7.5%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow66.7%
Key (black)77.6%
Color previews
#213913 text on a black background
contrast 1.66:1
Card sample
#213913 text on a white background
contrast 12.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213913;
Background color
Panel with #213913 background
background-color: #213913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213913; background: linear-gradient(135deg, #213913, #13391E);