#301422
a deep, soft magenta / pink · warm · closest name: black
RGB
48, 20, 34
HSL
330°, 41%, 13%
CMYK
0, 58, 29, 81
Luminance
0.0124
Every format
| HEX | #301422 |
| RGB | rgb(48, 20, 34) |
| HSL | hsl(330, 41%, 13%) |
| CMYK | cmyk(0%, 58%, 29%, 81%) |
| LAB | lab(10.9 16.4 -3.3) |
| LCH | lch(10.9 16.7 348.8) |
| OKLCH | oklch(0.238 0.050 350.3) |
Copy-ready code
/* CSS */
color: #301422;
background-color: #301422;
/* Tailwind (arbitrary) */
class="text-[#301422] bg-[#301422]"
/* SCSS */
$brand: #301422;
/* SwiftUI */
Color(red: 0.188, green: 0.078, blue: 0.133)
/* Android */
Color.parseColor("#301422")Accessibility — WCAG contrast
Aa
#301422 on white: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301422 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green7.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow29.2%
Key (black)81.2%
Color previews
#301422 text on a black background
contrast 1.25:1
Card sample
#301422 text on a white background
contrast 16.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301422;
Background color
Panel with #301422 background
background-color: #301422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 20, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 20, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301422; background: linear-gradient(135deg, #301422, #301914);