#381921
a deep, soft magenta / pink · warm · closest name: black
RGB
56, 25, 33
HSL
345°, 38%, 16%
CMYK
0, 55, 41, 78
Luminance
0.0165
Every format
| HEX | #381921 |
| RGB | rgb(56, 25, 33) |
| HSL | hsl(345, 38%, 16%) |
| CMYK | cmyk(0%, 55%, 41%, 78%) |
| LAB | lab(13.5 16.4 1.5) |
| LCH | lch(13.5 16.5 5.2) |
| OKLCH | oklch(0.261 0.050 4.7) |
Copy-ready code
/* CSS */
color: #381921;
background-color: #381921;
/* Tailwind (arbitrary) */
class="text-[#381921] bg-[#381921]"
/* SCSS */
$brand: #381921;
/* SwiftUI */
Color(red: 0.220, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#381921")Accessibility — WCAG contrast
Aa
#381921 on white: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381921 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow41.1%
Key (black)78.0%
Color previews
#381921 text on a black background
contrast 1.33:1
Card sample
#381921 text on a white background
contrast 15.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381921;
Background color
Panel with #381921 background
background-color: #381921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381921; background: linear-gradient(135deg, #381921, #382619);