#5b1113
a deep, vivid red · warm · closest name: maroon
RGB
91, 17, 19
HSL
358°, 69%, 21%
CMYK
0, 81, 79, 64
Luminance
0.0267
Every format
| HEX | #5b1113 |
| RGB | rgb(91, 17, 19) |
| HSL | hsl(358, 69%, 21%) |
| CMYK | cmyk(0%, 81%, 79%, 64%) |
| LAB | lab(18.7 33.1 19.5) |
| LCH | lch(18.7 38.5 30.5) |
| OKLCH | oklch(0.312 0.106 24.6) |
Copy-ready code
/* CSS */
color: #5b1113;
background-color: #5b1113;
/* Tailwind (arbitrary) */
class="text-[#5b1113] bg-[#5b1113]"
/* SCSS */
$brand: #5b1113;
/* SwiftUI */
Color(red: 0.357, green: 0.067, blue: 0.075)
/* Android */
Color.parseColor("#5b1113")Accessibility — WCAG contrast
Aa
#5b1113 on white: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b1113 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green6.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow79.1%
Key (black)64.3%
Color previews
#5b1113 text on a black background
contrast 1.53:1
Card sample
#5b1113 text on a white background
contrast 13.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b1113;
Background color
Panel with #5b1113 background
background-color: #5b1113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b1113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 17, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 17, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b1113; background: linear-gradient(135deg, #5b1113, #5B4011);