#222a13
a deep, soft green · cool · closest name: black
RGB
34, 42, 19
HSL
81°, 38%, 12%
CMYK
19, 0, 55, 84
Luminance
0.0204
Every format
| HEX | #222a13 |
| RGB | rgb(34, 42, 19) |
| HSL | hsl(81, 38%, 12%) |
| CMYK | cmyk(19%, 0%, 55%, 84%) |
| LAB | lab(15.7 -8.4 13.8) |
| LCH | lch(15.7 16.2 121.2) |
| OKLCH | oklch(0.270 0.041 124.8) |
Copy-ready code
/* CSS */
color: #222a13;
background-color: #222a13;
/* Tailwind (arbitrary) */
class="text-[#222a13] bg-[#222a13]"
/* SCSS */
$brand: #222a13;
/* SwiftUI */
Color(red: 0.133, green: 0.165, blue: 0.075)
/* Android */
Color.parseColor("#222a13")Accessibility — WCAG contrast
Aa
#222a13 on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222a13 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green16.5%
Blue7.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow54.8%
Key (black)83.5%
Color previews
#222a13 text on a black background
contrast 1.41:1
Card sample
#222a13 text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222a13;
Background color
Panel with #222a13 background
background-color: #222a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 42, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 42, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222a13; background: linear-gradient(135deg, #222a13, #132A13);