#302221
a deep, soft red · warm · closest name: black
RGB
48, 34, 33
HSL
4°, 19%, 16%
CMYK
0, 29, 31, 81
Luminance
0.0188
Every format
| HEX | #302221 |
| RGB | rgb(48, 34, 33) |
| HSL | hsl(4, 19%, 16%) |
| CMYK | cmyk(0%, 29%, 31%, 81%) |
| LAB | lab(14.9 6.5 3.3) |
| LCH | lch(14.9 7.3 26.7) |
| OKLCH | oklch(0.269 0.022 23.3) |
Copy-ready code
/* CSS */
color: #302221;
background-color: #302221;
/* Tailwind (arbitrary) */
class="text-[#302221] bg-[#302221]"
/* SCSS */
$brand: #302221;
/* SwiftUI */
Color(red: 0.188, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#302221")Accessibility — WCAG contrast
Aa
#302221 on white: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302221 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow31.3%
Key (black)81.2%
Color previews
#302221 text on a black background
contrast 1.38:1
Card sample
#302221 text on a white background
contrast 15.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302221;
Background color
Panel with #302221 background
background-color: #302221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302221; background: linear-gradient(135deg, #302221, #302C21);