#302424
a deep, muted red · warm · closest name: black
RGB
48, 36, 36
HSL
0°, 14%, 17%
CMYK
0, 25, 25, 81
Luminance
0.0202
Every format
| HEX | #302424 |
| RGB | rgb(48, 36, 36) |
| HSL | hsl(0, 14%, 17%) |
| CMYK | cmyk(0%, 25%, 25%, 81%) |
| LAB | lab(15.6 5.7 2.2) |
| LCH | lch(15.6 6.1 20.9) |
| OKLCH | oklch(0.274 0.018 18.3) |
Copy-ready code
/* CSS */
color: #302424;
background-color: #302424;
/* Tailwind (arbitrary) */
class="text-[#302424] bg-[#302424]"
/* SCSS */
$brand: #302424;
/* SwiftUI */
Color(red: 0.188, green: 0.141, blue: 0.141)
/* Android */
Color.parseColor("#302424")Accessibility — WCAG contrast
Aa
#302424 on white: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302424 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.1%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow25.0%
Key (black)81.2%
Color previews
#302424 text on a black background
contrast 1.40:1
Card sample
#302424 text on a white background
contrast 14.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302424;
Background color
Panel with #302424 background
background-color: #302424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 36, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 36, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302424; background: linear-gradient(135deg, #302424, #302C24);