#5c0122
a deep, electric magenta / pink · warm · closest name: maroon
RGB
92, 1, 34
HSL
338°, 98%, 18%
CMYK
0, 99, 63, 64
Luminance
0.0241
Every format
| HEX | #5c0122 |
| RGB | rgb(92, 1, 34) |
| HSL | hsl(338, 98%, 18%) |
| CMYK | cmyk(0%, 99%, 63%, 64%) |
| LAB | lab(17.5 39.2 7.5) |
| LCH | lch(17.5 39.9 10.8) |
| OKLCH | oklch(0.305 0.121 9.0) |
Copy-ready code
/* CSS */
color: #5c0122;
background-color: #5c0122;
/* Tailwind (arbitrary) */
class="text-[#5c0122] bg-[#5c0122]"
/* SCSS */
$brand: #5c0122;
/* SwiftUI */
Color(red: 0.361, green: 0.004, blue: 0.133)
/* Android */
Color.parseColor("#5c0122")Accessibility — WCAG contrast
Aa
#5c0122 on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c0122 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.4%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow63.0%
Key (black)63.9%
Color previews
#5c0122 text on a black background
contrast 1.48:1
Card sample
#5c0122 text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c0122;
Background color
Panel with #5c0122 background
background-color: #5c0122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c0122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 1, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 1, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c0122; background: linear-gradient(135deg, #5c0122, #5C1D01);