#301429
a deep, soft magenta / pink · warm · closest name: black
RGB
48, 20, 41
HSL
315°, 41%, 13%
CMYK
0, 58, 15, 81
Luminance
0.0129
Every format
| HEX | #301429 |
| RGB | rgb(48, 20, 41) |
| HSL | hsl(315, 41%, 13%) |
| CMYK | cmyk(0%, 58%, 15%, 81%) |
| LAB | lab(11.2 17.7 -8.0) |
| LCH | lch(11.2 19.4 335.8) |
| OKLCH | oklch(0.242 0.056 337.5) |
Copy-ready code
/* CSS */
color: #301429;
background-color: #301429;
/* Tailwind (arbitrary) */
class="text-[#301429] bg-[#301429]"
/* SCSS */
$brand: #301429;
/* SwiftUI */
Color(red: 0.188, green: 0.078, blue: 0.161)
/* Android */
Color.parseColor("#301429")Accessibility — WCAG contrast
Aa
#301429 on white: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301429 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green7.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow14.6%
Key (black)81.2%
Color previews
#301429 text on a black background
contrast 1.26:1
Card sample
#301429 text on a white background
contrast 16.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301429;
Background color
Panel with #301429 background
background-color: #301429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 20, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 20, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301429; background: linear-gradient(135deg, #301429, #301416);