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