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