#381021
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 16, 33
HSL
335°, 56%, 14%
CMYK
0, 71, 41, 78
Luminance
0.0132
Every format
| HEX | #381021 |
| RGB | rgb(56, 16, 33) |
| HSL | hsl(335, 56%, 14%) |
| CMYK | cmyk(0%, 71%, 41%, 78%) |
| LAB | lab(11.4 21.9 -1.5) |
| LCH | lch(11.4 21.9 356.0) |
| OKLCH | oklch(0.245 0.067 356.8) |
Copy-ready code
/* CSS */
color: #381021;
background-color: #381021;
/* Tailwind (arbitrary) */
class="text-[#381021] bg-[#381021]"
/* SCSS */
$brand: #381021;
/* SwiftUI */
Color(red: 0.220, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#381021")Accessibility — WCAG contrast
Aa
#381021 on white: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381021 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow41.1%
Key (black)78.0%
Color previews
#381021 text on a black background
contrast 1.26:1
Card sample
#381021 text on a white background
contrast 16.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381021;
Background color
Panel with #381021 background
background-color: #381021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381021; background: linear-gradient(135deg, #381021, #381A10);