#380021
a deep, electric magenta / pink · warm · closest name: black
RGB
56, 0, 33
HSL
325°, 100%, 11%
CMYK
0, 100, 41, 78
Luminance
0.0095
Every format
| HEX | #380021 |
| RGB | rgb(56, 0, 33) |
| HSL | hsl(325, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 41%, 78%) |
| LAB | lab(8.6 29.9 -5.8) |
| LCH | lch(8.6 30.5 349.0) |
| OKLCH | oklch(0.224 0.093 350.7) |
Copy-ready code
/* CSS */
color: #380021;
background-color: #380021;
/* Tailwind (arbitrary) */
class="text-[#380021] bg-[#380021]"
/* SCSS */
$brand: #380021;
/* SwiftUI */
Color(red: 0.220, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#380021")Accessibility — WCAG contrast
Aa
#380021 on white: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380021 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow41.1%
Key (black)78.0%
Color previews
#380021 text on a black background
contrast 1.19:1
Card sample
#380021 text on a white background
contrast 17.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380021;
Background color
Panel with #380021 background
background-color: #380021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380021; background: linear-gradient(135deg, #380021, #380400);