#560521
a deep, electric magenta / pink · warm · closest name: maroon
RGB
86, 5, 33
HSL
339°, 89%, 18%
CMYK
0, 94, 62, 66
Luminance
0.0220
Every format
| HEX | #560521 |
| RGB | rgb(86, 5, 33) |
| HSL | hsl(339, 89%, 18%) |
| CMYK | cmyk(0%, 94%, 62%, 66%) |
| LAB | lab(16.5 36.3 6.6) |
| LCH | lch(16.5 36.9 10.3) |
| OKLCH | oklch(0.294 0.112 8.6) |
Copy-ready code
/* CSS */
color: #560521;
background-color: #560521;
/* Tailwind (arbitrary) */
class="text-[#560521] bg-[#560521]"
/* SCSS */
$brand: #560521;
/* SwiftUI */
Color(red: 0.337, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#560521")Accessibility — WCAG contrast
Aa
#560521 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560521 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow61.6%
Key (black)66.3%
Color previews
#560521 text on a black background
contrast 1.44:1
Card sample
#560521 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560521;
Background color
Panel with #560521 background
background-color: #560521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560521; background: linear-gradient(135deg, #560521, #561F05);