#381421
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 20, 33
HSL
338°, 47%, 15%
CMYK
0, 64, 41, 78
Luminance
0.0145
Every format
| HEX | #381421 |
| RGB | rgb(56, 20, 33) |
| HSL | hsl(338, 47%, 15%) |
| CMYK | cmyk(0%, 64%, 41%, 78%) |
| LAB | lab(12.3 19.6 -0.3) |
| LCH | lch(12.3 19.6 359.2) |
| OKLCH | oklch(0.252 0.060 359.6) |
Copy-ready code
/* CSS */
color: #381421;
background-color: #381421;
/* Tailwind (arbitrary) */
class="text-[#381421] bg-[#381421]"
/* SCSS */
$brand: #381421;
/* SwiftUI */
Color(red: 0.220, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#381421")Accessibility — WCAG contrast
Aa
#381421 on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381421 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow41.1%
Key (black)78.0%
Color previews
#381421 text on a black background
contrast 1.29:1
Card sample
#381421 text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381421;
Background color
Panel with #381421 background
background-color: #381421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381421; background: linear-gradient(135deg, #381421, #381F14);