#381429
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 20, 41
HSL
325°, 47%, 15%
CMYK
0, 64, 27, 78
Luminance
0.0150
Every format
| HEX | #381429 |
| RGB | rgb(56, 20, 41) |
| HSL | hsl(325, 47%, 15%) |
| CMYK | cmyk(0%, 64%, 27%, 78%) |
| LAB | lab(12.6 20.9 -5.7) |
| LCH | lch(12.6 21.6 344.8) |
| OKLCH | oklch(0.255 0.065 346.6) |
Copy-ready code
/* CSS */
color: #381429;
background-color: #381429;
/* Tailwind (arbitrary) */
class="text-[#381429] bg-[#381429]"
/* SCSS */
$brand: #381429;
/* SwiftUI */
Color(red: 0.220, green: 0.078, blue: 0.161)
/* Android */
Color.parseColor("#381429")Accessibility — WCAG contrast
Aa
#381429 on white: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381429 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green7.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow26.8%
Key (black)78.0%
Color previews
#381429 text on a black background
contrast 1.30:1
Card sample
#381429 text on a white background
contrast 16.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381429;
Background color
Panel with #381429 background
background-color: #381429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 20, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 20, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381429; background: linear-gradient(135deg, #381429, #381714);