#222821
a deep, muted green · cool · closest name: black
RGB
34, 40, 33
HSL
111°, 10%, 14%
CMYK
15, 0, 18, 84
Luminance
0.0197
Every format
| HEX | #222821 |
| RGB | rgb(34, 40, 33) |
| HSL | hsl(111, 10%, 14%) |
| CMYK | cmyk(15%, 0%, 18%, 84%) |
| LAB | lab(15.3 -4.4 3.7) |
| LCH | lch(15.3 5.8 139.8) |
| OKLCH | oklch(0.268 0.015 141.2) |
Copy-ready code
/* CSS */
color: #222821;
background-color: #222821;
/* Tailwind (arbitrary) */
class="text-[#222821] bg-[#222821]"
/* SCSS */
$brand: #222821;
/* SwiftUI */
Color(red: 0.133, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#222821")Accessibility — WCAG contrast
Aa
#222821 on white: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222821 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green15.7%
Blue12.9%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#222821 text on a black background
contrast 1.39:1
Card sample
#222821 text on a white background
contrast 15.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222821;
Background color
Panel with #222821 background
background-color: #222821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222821; background: linear-gradient(135deg, #222821, #212825);