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