#381621
a deep, soft magenta / pink · warm · closest name: black
RGB
56, 22, 33
HSL
341°, 44%, 15%
CMYK
0, 61, 41, 78
Luminance
0.0152
Every format
| HEX | #381621 |
| RGB | rgb(56, 22, 33) |
| HSL | hsl(341, 44%, 15%) |
| CMYK | cmyk(0%, 61%, 41%, 78%) |
| LAB | lab(12.8 18.4 0.4) |
| LCH | lch(12.8 18.4 1.3) |
| OKLCH | oklch(0.255 0.056 1.4) |
Copy-ready code
/* CSS */
color: #381621;
background-color: #381621;
/* Tailwind (arbitrary) */
class="text-[#381621] bg-[#381621]"
/* SCSS */
$brand: #381621;
/* SwiftUI */
Color(red: 0.220, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#381621")Accessibility — WCAG contrast
Aa
#381621 on white: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381621 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow41.1%
Key (black)78.0%
Color previews
#381621 text on a black background
contrast 1.30:1
Card sample
#381621 text on a white background
contrast 16.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381621;
Background color
Panel with #381621 background
background-color: #381621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381621; background: linear-gradient(135deg, #381621, #382216);