#282221
a deep, muted red · warm · closest name: black
RGB
40, 34, 33
HSL
9°, 10%, 14%
CMYK
0, 15, 18, 84
Luminance
0.0170
Every format
| HEX | #282221 |
| RGB | rgb(40, 34, 33) |
| HSL | hsl(9, 10%, 14%) |
| CMYK | cmyk(0%, 15%, 18%, 84%) |
| LAB | lab(13.9 2.6 1.7) |
| LCH | lch(13.9 3.1 33.3) |
| OKLCH | oklch(0.258 0.009 29.0) |
Copy-ready code
/* CSS */
color: #282221;
background-color: #282221;
/* Tailwind (arbitrary) */
class="text-[#282221] bg-[#282221]"
/* SCSS */
$brand: #282221;
/* SwiftUI */
Color(red: 0.157, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#282221")Accessibility — WCAG contrast
Aa
#282221 on white: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282221 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow17.5%
Key (black)84.3%
Color previews
#282221 text on a black background
contrast 1.34:1
Card sample
#282221 text on a white background
contrast 15.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282221;
Background color
Panel with #282221 background
background-color: #282221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282221; background: linear-gradient(135deg, #282221, #282721);