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