#560913
a deep, electric red · warm · closest name: maroon
RGB
86, 9, 19
HSL
352°, 81%, 19%
CMYK
0, 90, 78, 66
Luminance
0.0222
Every format
| HEX | #560913 |
| RGB | rgb(86, 9, 19) |
| HSL | hsl(352, 81%, 19%) |
| CMYK | cmyk(0%, 90%, 78%, 66%) |
| LAB | lab(16.6 34.1 16.8) |
| LCH | lch(16.6 38.0 26.1) |
| OKLCH | oklch(0.294 0.107 21.0) |
Copy-ready code
/* CSS */
color: #560913;
background-color: #560913;
/* Tailwind (arbitrary) */
class="text-[#560913] bg-[#560913]"
/* SCSS */
$brand: #560913;
/* SwiftUI */
Color(red: 0.337, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#560913")Accessibility — WCAG contrast
Aa
#560913 on white: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560913 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow77.9%
Key (black)66.3%
Color previews
#560913 text on a black background
contrast 1.44:1
Card sample
#560913 text on a white background
contrast 14.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560913;
Background color
Panel with #560913 background
background-color: #560913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560913; background: linear-gradient(135deg, #560913, #563209);