#560a21
a deep, electric magenta / pink · warm · closest name: maroon
RGB
86, 10, 33
HSL
342°, 79%, 19%
CMYK
0, 88, 62, 66
Luminance
0.0231
Every format
| HEX | #560a21 |
| RGB | rgb(86, 10, 33) |
| HSL | hsl(342, 79%, 19%) |
| CMYK | cmyk(0%, 88%, 62%, 66%) |
| LAB | lab(17.0 34.8 7.3) |
| LCH | lch(17.0 35.5 11.9) |
| OKLCH | oklch(0.298 0.107 9.9) |
Copy-ready code
/* CSS */
color: #560a21;
background-color: #560a21;
/* Tailwind (arbitrary) */
class="text-[#560a21] bg-[#560a21]"
/* SCSS */
$brand: #560a21;
/* SwiftUI */
Color(red: 0.337, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#560a21")Accessibility — WCAG contrast
Aa
#560a21 on white: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560a21 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.4%
Yellow61.6%
Key (black)66.3%
Color previews
#560a21 text on a black background
contrast 1.46:1
Card sample
#560a21 text on a white background
contrast 14.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560a21;
Background color
Panel with #560a21 background
background-color: #560a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560a21; background: linear-gradient(135deg, #560a21, #56260A);