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