#31140c
a deep, vivid red · warm · closest name: black
RGB
49, 20, 12
HSL
13°, 61%, 12%
CMYK
0, 59, 76, 81
Luminance
0.0118
Every format
| HEX | #31140c |
| RGB | rgb(49, 20, 12) |
| HSL | hsl(13, 61%, 12%) |
| CMYK | cmyk(0%, 59%, 76%, 81%) |
| LAB | lab(10.4 13.9 10.9) |
| LCH | lch(10.4 17.6 38.2) |
| OKLCH | oklch(0.233 0.050 36.4) |
Copy-ready code
/* CSS */
color: #31140c;
background-color: #31140c;
/* Tailwind (arbitrary) */
class="text-[#31140c] bg-[#31140c]"
/* SCSS */
$brand: #31140c;
/* SwiftUI */
Color(red: 0.192, green: 0.078, blue: 0.047)
/* Android */
Color.parseColor("#31140c")Accessibility — WCAG contrast
Aa
#31140c on white: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#31140c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green7.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow75.5%
Key (black)80.8%
Color previews
#31140c text on a black background
contrast 1.24:1
Card sample
#31140c text on a white background
contrast 16.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31140c;
Background color
Panel with #31140c background
background-color: #31140c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31140c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 20, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 20, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31140c; background: linear-gradient(135deg, #31140c, #312D0C);