#302421
a deep, soft red · warm · closest name: black
RGB
48, 36, 33
HSL
12°, 19%, 16%
CMYK
0, 25, 31, 81
Luminance
0.0200
Every format
| HEX | #302421 |
| RGB | rgb(48, 36, 33) |
| HSL | hsl(12, 19%, 16%) |
| CMYK | cmyk(0%, 25%, 31%, 81%) |
| LAB | lab(15.5 5.1 4.2) |
| LCH | lch(15.5 6.6 39.2) |
| OKLCH | oklch(0.273 0.019 34.4) |
Copy-ready code
/* CSS */
color: #302421;
background-color: #302421;
/* Tailwind (arbitrary) */
class="text-[#302421] bg-[#302421]"
/* SCSS */
$brand: #302421;
/* SwiftUI */
Color(red: 0.188, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#302421")Accessibility — WCAG contrast
Aa
#302421 on white: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302421 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow31.3%
Key (black)81.2%
Color previews
#302421 text on a black background
contrast 1.40:1
Card sample
#302421 text on a white background
contrast 15.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302421;
Background color
Panel with #302421 background
background-color: #302421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302421; background: linear-gradient(135deg, #302421, #302E21);