#380721
a deep, electric magenta / pink · warm · closest name: black
RGB
56, 7, 33
HSL
328°, 78%, 12%
CMYK
0, 88, 41, 78
Luminance
0.0110
Every format
| HEX | #380721 |
| RGB | rgb(56, 7, 33) |
| HSL | hsl(328, 78%, 12%) |
| CMYK | cmyk(0%, 88%, 41%, 78%) |
| LAB | lab(9.8 26.3 -3.9) |
| LCH | lch(9.8 26.6 351.5) |
| OKLCH | oklch(0.233 0.081 352.9) |
Copy-ready code
/* CSS */
color: #380721;
background-color: #380721;
/* Tailwind (arbitrary) */
class="text-[#380721] bg-[#380721]"
/* SCSS */
$brand: #380721;
/* SwiftUI */
Color(red: 0.220, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#380721")Accessibility — WCAG contrast
Aa
#380721 on white: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380721 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow41.1%
Key (black)78.0%
Color previews
#380721 text on a black background
contrast 1.22:1
Card sample
#380721 text on a white background
contrast 17.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380721;
Background color
Panel with #380721 background
background-color: #380721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380721; background: linear-gradient(135deg, #380721, #380E07);