#560310
a deep, electric red · warm · closest name: maroon
RGB
86, 3, 16
HSL
351°, 93%, 18%
CMYK
0, 97, 81, 66
Luminance
0.0208
Every format
| HEX | #560310 |
| RGB | rgb(86, 3, 16) |
| HSL | hsl(351, 93%, 18%) |
| CMYK | cmyk(0%, 97%, 81%, 66%) |
| LAB | lab(15.9 35.9 17.7) |
| LCH | lch(15.9 40.0 26.2) |
| OKLCH | oklch(0.289 0.113 21.2) |
Copy-ready code
/* CSS */
color: #560310;
background-color: #560310;
/* Tailwind (arbitrary) */
class="text-[#560310] bg-[#560310]"
/* SCSS */
$brand: #560310;
/* SwiftUI */
Color(red: 0.337, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#560310")Accessibility — WCAG contrast
Aa
#560310 on white: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#560310 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta96.5%
Yellow81.4%
Key (black)66.3%
Color previews
#560310 text on a black background
contrast 1.42:1
Card sample
#560310 text on a white background
contrast 14.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #560310;
Background color
Panel with #560310 background
background-color: #560310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #560310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #560310; background: linear-gradient(135deg, #560310, #562D03);