#560708
a deep, electric red · warm · closest name: maroon
RGB
86, 7, 8
HSL
359°, 85%, 18%
CMYK
0, 92, 91, 66
Luminance
0.0215
Every format
| HEX | #560708 |
| RGB | rgb(86, 7, 8) |
| HSL | hsl(359, 85%, 18%) |
| CMYK | cmyk(0%, 92%, 91%, 66%) |
| LAB | lab(16.3 34.3 21.8) |
| LCH | lch(16.3 40.6 32.4) |
| OKLCH | oklch(0.291 0.110 27.0) |
Copy-ready code
/* CSS */
color: #560708;
background-color: #560708;
/* Tailwind (arbitrary) */
class="text-[#560708] bg-[#560708]"
/* SCSS */
$brand: #560708;
/* SwiftUI */
Color(red: 0.337, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#560708")Accessibility — WCAG contrast
Aa
#560708 on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560708 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow90.7%
Key (black)66.3%
Color previews
#560708 text on a black background
contrast 1.43:1
Card sample
#560708 text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560708;
Background color
Panel with #560708 background
background-color: #560708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560708; background: linear-gradient(135deg, #560708, #563A07);