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