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