#51140c
a deep, vivid red · warm · closest name: maroon
RGB
81, 20, 12
HSL
7°, 74%, 18%
CMYK
0, 75, 85, 68
Luminance
0.0228
Every format
| HEX | #51140c |
| RGB | rgb(81, 20, 12) |
| HSL | hsl(7, 74%, 18%) |
| CMYK | cmyk(0%, 75%, 85%, 68%) |
| LAB | lab(16.9 27.9 20.6) |
| LCH | lch(16.9 34.7 36.5) |
| OKLCH | oklch(0.294 0.092 30.7) |
Copy-ready code
/* CSS */
color: #51140c;
background-color: #51140c;
/* Tailwind (arbitrary) */
class="text-[#51140c] bg-[#51140c]"
/* SCSS */
$brand: #51140c;
/* SwiftUI */
Color(red: 0.318, green: 0.078, blue: 0.047)
/* Android */
Color.parseColor("#51140c")Accessibility — WCAG contrast
Aa
#51140c on white: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#51140c on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow85.2%
Key (black)68.2%
Color previews
#51140c text on a black background
contrast 1.46:1
Card sample
#51140c text on a white background
contrast 14.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #51140c;
Background color
Panel with #51140c background
background-color: #51140c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #51140c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 20, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 20, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #51140c; background: linear-gradient(135deg, #51140c, #51420C);