#560c13
a deep, electric red · warm · closest name: maroon
RGB
86, 12, 19
HSL
354°, 76%, 19%
CMYK
0, 86, 78, 66
Luminance
0.0229
Every format
| HEX | #560c13 |
| RGB | rgb(86, 12, 19) |
| HSL | hsl(354, 76%, 19%) |
| CMYK | cmyk(0%, 86%, 78%, 66%) |
| LAB | lab(16.9 33.2 17.1) |
| LCH | lch(16.9 37.4 27.3) |
| OKLCH | oklch(0.297 0.105 22.1) |
Copy-ready code
/* CSS */
color: #560c13;
background-color: #560c13;
/* Tailwind (arbitrary) */
class="text-[#560c13] bg-[#560c13]"
/* SCSS */
$brand: #560c13;
/* SwiftUI */
Color(red: 0.337, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#560c13")Accessibility — WCAG contrast
Aa
#560c13 on white: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560c13 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow77.9%
Key (black)66.3%
Color previews
#560c13 text on a black background
contrast 1.46:1
Card sample
#560c13 text on a white background
contrast 14.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560c13;
Background color
Panel with #560c13 background
background-color: #560c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560c13; background: linear-gradient(135deg, #560c13, #56360C);