#57110c
a deep, electric red · warm · closest name: maroon
RGB
87, 17, 12
HSL
4°, 76%, 19%
CMYK
0, 81, 86, 66
Luminance
0.0245
Every format
| HEX | #57110c |
| RGB | rgb(87, 17, 12) |
| HSL | hsl(4, 76%, 19%) |
| CMYK | cmyk(0%, 81%, 86%, 66%) |
| LAB | lab(17.7 31.4 21.9) |
| LCH | lch(17.7 38.3 34.9) |
| OKLCH | oklch(0.303 0.102 28.8) |
Copy-ready code
/* CSS */
color: #57110c;
background-color: #57110c;
/* Tailwind (arbitrary) */
class="text-[#57110c] bg-[#57110c]"
/* SCSS */
$brand: #57110c;
/* SwiftUI */
Color(red: 0.341, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#57110c")Accessibility — WCAG contrast
Aa
#57110c on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#57110c on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow86.2%
Key (black)65.9%
Color previews
#57110c text on a black background
contrast 1.49:1
Card sample
#57110c text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57110c;
Background color
Panel with #57110c background
background-color: #57110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57110c; background: linear-gradient(135deg, #57110c, #57430C);