#311713
a deep, soft red · warm · closest name: black
RGB
49, 23, 19
HSL
8°, 44%, 13%
CMYK
0, 53, 61, 81
Luminance
0.0131
Every format
| HEX | #311713 |
| RGB | rgb(49, 23, 19) |
| HSL | hsl(8, 44%, 13%) |
| CMYK | cmyk(0%, 53%, 61%, 81%) |
| LAB | lab(11.4 12.6 8.4) |
| LCH | lch(11.4 15.1 33.9) |
| OKLCH | oklch(0.241 0.043 29.8) |
Copy-ready code
/* CSS */
color: #311713;
background-color: #311713;
/* Tailwind (arbitrary) */
class="text-[#311713] bg-[#311713]"
/* SCSS */
$brand: #311713;
/* SwiftUI */
Color(red: 0.192, green: 0.090, blue: 0.075)
/* Android */
Color.parseColor("#311713")Accessibility — WCAG contrast
Aa
#311713 on white: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#311713 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green9.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow61.2%
Key (black)80.8%
Color previews
#311713 text on a black background
contrast 1.26:1
Card sample
#311713 text on a white background
contrast 16.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #311713;
Background color
Panel with #311713 background
background-color: #311713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #311713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 23, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 23, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #311713; background: linear-gradient(135deg, #311713, #312B13);