#560121
a deep, electric magenta / pink · warm · closest name: maroon
RGB
86, 1, 33
HSL
337°, 98%, 17%
CMYK
0, 99, 62, 66
Luminance
0.0211
Every format
| HEX | #560121 |
| RGB | rgb(86, 1, 33) |
| HSL | hsl(337, 98%, 17%) |
| CMYK | cmyk(0%, 99%, 62%, 66%) |
| LAB | lab(16.1 37.5 6.0) |
| LCH | lch(16.1 38.0 9.1) |
| OKLCH | oklch(0.291 0.115 7.6) |
Copy-ready code
/* CSS */
color: #560121;
background-color: #560121;
/* Tailwind (arbitrary) */
class="text-[#560121] bg-[#560121]"
/* SCSS */
$brand: #560121;
/* SwiftUI */
Color(red: 0.337, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#560121")Accessibility — WCAG contrast
Aa
#560121 on white: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560121 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow61.6%
Key (black)66.3%
Color previews
#560121 text on a black background
contrast 1.42:1
Card sample
#560121 text on a white background
contrast 14.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560121;
Background color
Panel with #560121 background
background-color: #560121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560121; background: linear-gradient(135deg, #560121, #561A01);