#301821
a deep, soft magenta / pink · warm · closest name: black
RGB
48, 24, 33
HSL
338°, 33%, 14%
CMYK
0, 50, 31, 81
Luminance
0.0139
Every format
| HEX | #301821 |
| RGB | rgb(48, 24, 33) |
| HSL | hsl(338, 33%, 14%) |
| CMYK | cmyk(0%, 50%, 31%, 81%) |
| LAB | lab(11.9 13.5 -1.0) |
| LCH | lch(11.9 13.5 355.8) |
| OKLCH | oklch(0.246 0.041 356.6) |
Copy-ready code
/* CSS */
color: #301821;
background-color: #301821;
/* Tailwind (arbitrary) */
class="text-[#301821] bg-[#301821]"
/* SCSS */
$brand: #301821;
/* SwiftUI */
Color(red: 0.188, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#301821")Accessibility — WCAG contrast
Aa
#301821 on white: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301821 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow31.3%
Key (black)81.2%
Color previews
#301821 text on a black background
contrast 1.28:1
Card sample
#301821 text on a white background
contrast 16.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301821;
Background color
Panel with #301821 background
background-color: #301821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301821; background: linear-gradient(135deg, #301821, #301F18);