#511113
a deep, vivid red · warm · closest name: maroon
RGB
81, 17, 19
HSL
358°, 65%, 19%
CMYK
0, 79, 77, 68
Luminance
0.0220
Every format
| HEX | #511113 |
| RGB | rgb(81, 17, 19) |
| HSL | hsl(358, 65%, 19%) |
| CMYK | cmyk(0%, 79%, 77%, 68%) |
| LAB | lab(16.5 29.6 16.4) |
| LCH | lch(16.5 33.8 28.9) |
| OKLCH | oklch(0.291 0.094 23.7) |
Copy-ready code
/* CSS */
color: #511113;
background-color: #511113;
/* Tailwind (arbitrary) */
class="text-[#511113] bg-[#511113]"
/* SCSS */
$brand: #511113;
/* SwiftUI */
Color(red: 0.318, green: 0.067, blue: 0.075)
/* Android */
Color.parseColor("#511113")Accessibility — WCAG contrast
Aa
#511113 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511113 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green6.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow76.5%
Key (black)68.2%
Color previews
#511113 text on a black background
contrast 1.44:1
Card sample
#511113 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511113;
Background color
Panel with #511113 background
background-color: #511113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 17, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 17, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511113; background: linear-gradient(135deg, #511113, #513A11);