#301521
a deep, soft magenta / pink · warm · closest name: black
RGB
48, 21, 33
HSL
333°, 39%, 14%
CMYK
0, 56, 31, 81
Luminance
0.0127
Every format
| HEX | #301521 |
| RGB | rgb(48, 21, 33) |
| HSL | hsl(333, 39%, 14%) |
| CMYK | cmyk(0%, 56%, 31%, 81%) |
| LAB | lab(11.1 15.5 -2.2) |
| LCH | lch(11.1 15.7 352.0) |
| OKLCH | oklch(0.240 0.047 353.2) |
Copy-ready code
/* CSS */
color: #301521;
background-color: #301521;
/* Tailwind (arbitrary) */
class="text-[#301521] bg-[#301521]"
/* SCSS */
$brand: #301521;
/* SwiftUI */
Color(red: 0.188, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#301521")Accessibility — WCAG contrast
Aa
#301521 on white: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301521 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow31.3%
Key (black)81.2%
Color previews
#301521 text on a black background
contrast 1.25:1
Card sample
#301521 text on a white background
contrast 16.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301521;
Background color
Panel with #301521 background
background-color: #301521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301521; background: linear-gradient(135deg, #301521, #301B15);