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