#212913
a deep, soft green · cool · closest name: black
RGB
33, 41, 19
HSL
82°, 37%, 12%
CMYK
20, 0, 54, 84
Luminance
0.0196
Every format
| HEX | #212913 |
| RGB | rgb(33, 41, 19) |
| HSL | hsl(82, 37%, 12%) |
| CMYK | cmyk(20%, 0%, 54%, 84%) |
| LAB | lab(15.3 -8.3 13.3) |
| LCH | lch(15.3 15.6 122.0) |
| OKLCH | oklch(0.267 0.040 125.3) |
Copy-ready code
/* CSS */
color: #212913;
background-color: #212913;
/* Tailwind (arbitrary) */
class="text-[#212913] bg-[#212913]"
/* SCSS */
$brand: #212913;
/* SwiftUI */
Color(red: 0.129, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#212913")Accessibility — WCAG contrast
Aa
#212913 on white: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#212913 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green16.1%
Blue7.5%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#212913 text on a black background
contrast 1.39:1
Card sample
#212913 text on a white background
contrast 15.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #212913;
Background color
Panel with #212913 background
background-color: #212913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #212913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #212913; background: linear-gradient(135deg, #212913, #132914);