#5e0621
a deep, electric magenta / pink · warm · closest name: maroon
RGB
94, 6, 33
HSL
342°, 88%, 20%
CMYK
0, 94, 65, 63
Luminance
0.0262
Every format
| HEX | #5e0621 |
| RGB | rgb(94, 6, 33) |
| HSL | hsl(342, 88%, 20%) |
| CMYK | cmyk(0%, 94%, 65%, 63%) |
| LAB | lab(18.5 38.3 9.6) |
| LCH | lch(18.5 39.5 14.0) |
| OKLCH | oklch(0.312 0.118 11.5) |
Copy-ready code
/* CSS */
color: #5e0621;
background-color: #5e0621;
/* Tailwind (arbitrary) */
class="text-[#5e0621] bg-[#5e0621]"
/* SCSS */
$brand: #5e0621;
/* SwiftUI */
Color(red: 0.369, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#5e0621")Accessibility — WCAG contrast
Aa
#5e0621 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e0621 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.6%
Yellow64.9%
Key (black)63.1%
Color previews
#5e0621 text on a black background
contrast 1.52:1
Card sample
#5e0621 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e0621;
Background color
Panel with #5e0621 background
background-color: #5e0621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e0621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e0621; background: linear-gradient(135deg, #5e0621, #5E2606);