#222521
a deep, muted gray · cool · closest name: black
RGB
34, 37, 33
HSL
105°, 6%, 14%
CMYK
8, 0, 11, 86
Luminance
0.0177
Every format
| HEX | #222521 |
| RGB | rgb(34, 37, 33) |
| HSL | hsl(105, 6%, 14%) |
| CMYK | cmyk(8%, 0%, 11%, 86%) |
| LAB | lab(14.3 -2.4 2.2) |
| LCH | lch(14.3 3.2 136.9) |
| OKLCH | oklch(0.260 0.009 137.8) |
Copy-ready code
/* CSS */
color: #222521;
background-color: #222521;
/* Tailwind (arbitrary) */
class="text-[#222521] bg-[#222521]"
/* SCSS */
$brand: #222521;
/* SwiftUI */
Color(red: 0.133, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#222521")Accessibility — WCAG contrast
Aa
#222521 on white: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222521 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green14.5%
Blue12.9%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow10.8%
Key (black)85.5%
Color previews
#222521 text on a black background
contrast 1.35:1
Card sample
#222521 text on a white background
contrast 15.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222521;
Background color
Panel with #222521 background
background-color: #222521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222521; background: linear-gradient(135deg, #222521, #212523);