#312421
a deep, soft red · warm · closest name: black
RGB
49, 36, 33
HSL
11°, 20%, 16%
CMYK
0, 27, 33, 81
Luminance
0.0202
Every format
| HEX | #312421 |
| RGB | rgb(49, 36, 33) |
| HSL | hsl(11, 20%, 16%) |
| CMYK | cmyk(0%, 27%, 33%, 81%) |
| LAB | lab(15.6 5.6 4.4) |
| LCH | lch(15.6 7.1 38.0) |
| OKLCH | oklch(0.275 0.021 33.3) |
Copy-ready code
/* CSS */
color: #312421;
background-color: #312421;
/* Tailwind (arbitrary) */
class="text-[#312421] bg-[#312421]"
/* SCSS */
$brand: #312421;
/* SwiftUI */
Color(red: 0.192, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#312421")Accessibility — WCAG contrast
Aa
#312421 on white: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#312421 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow32.7%
Key (black)80.8%
Color previews
#312421 text on a black background
contrast 1.40:1
Card sample
#312421 text on a white background
contrast 14.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #312421;
Background color
Panel with #312421 background
background-color: #312421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #312421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #312421; background: linear-gradient(135deg, #312421, #312F21);