#380821
a deep, electric magenta / pink · warm · closest name: black
RGB
56, 8, 33
HSL
329°, 75%, 13%
CMYK
0, 86, 41, 78
Luminance
0.0112
Every format
| HEX | #380821 |
| RGB | rgb(56, 8, 33) |
| HSL | hsl(329, 75%, 13%) |
| CMYK | cmyk(0%, 86%, 41%, 78%) |
| LAB | lab(10.0 25.9 -3.7) |
| LCH | lch(10.0 26.1 351.9) |
| OKLCH | oklch(0.235 0.080 353.2) |
Copy-ready code
/* CSS */
color: #380821;
background-color: #380821;
/* Tailwind (arbitrary) */
class="text-[#380821] bg-[#380821]"
/* SCSS */
$brand: #380821;
/* SwiftUI */
Color(red: 0.220, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#380821")Accessibility — WCAG contrast
Aa
#380821 on white: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380821 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow41.1%
Key (black)78.0%
Color previews
#380821 text on a black background
contrast 1.22:1
Card sample
#380821 text on a white background
contrast 17.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380821;
Background color
Panel with #380821 background
background-color: #380821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380821; background: linear-gradient(135deg, #380821, #380F08);