#381521
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 21, 33
HSL
339°, 46%, 15%
CMYK
0, 63, 41, 78
Luminance
0.0149
Every format
| HEX | #381521 |
| RGB | rgb(56, 21, 33) |
| HSL | hsl(339, 46%, 15%) |
| CMYK | cmyk(0%, 63%, 41%, 78%) |
| LAB | lab(12.5 19.0 0.1) |
| LCH | lch(12.5 19.0 0.2) |
| OKLCH | oklch(0.253 0.058 0.5) |
Copy-ready code
/* CSS */
color: #381521;
background-color: #381521;
/* Tailwind (arbitrary) */
class="text-[#381521] bg-[#381521]"
/* SCSS */
$brand: #381521;
/* SwiftUI */
Color(red: 0.220, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#381521")Accessibility — WCAG contrast
Aa
#381521 on white: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381521 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow41.1%
Key (black)78.0%
Color previews
#381521 text on a black background
contrast 1.30:1
Card sample
#381521 text on a white background
contrast 16.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381521;
Background color
Panel with #381521 background
background-color: #381521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381521; background: linear-gradient(135deg, #381521, #382015);