#312721
a deep, soft orange · warm · closest name: black
RGB
49, 39, 33
HSL
23°, 20%, 16%
CMYK
0, 20, 33, 81
Luminance
0.0221
Every format
| HEX | #312721 |
| RGB | rgb(49, 39, 33) |
| HSL | hsl(23, 20%, 16%) |
| CMYK | cmyk(0%, 20%, 33%, 81%) |
| LAB | lab(16.6 3.5 5.7) |
| LCH | lch(16.6 6.7 58.4) |
| OKLCH | oklch(0.282 0.018 52.7) |
Copy-ready code
/* CSS */
color: #312721;
background-color: #312721;
/* Tailwind (arbitrary) */
class="text-[#312721] bg-[#312721]"
/* SCSS */
$brand: #312721;
/* SwiftUI */
Color(red: 0.192, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#312721")Accessibility — WCAG contrast
Aa
#312721 on white: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#312721 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow32.7%
Key (black)80.8%
Color previews
#312721 text on a black background
contrast 1.44:1
Card sample
#312721 text on a white background
contrast 14.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #312721;
Background color
Panel with #312721 background
background-color: #312721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #312721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #312721; background: linear-gradient(135deg, #312721, #303121);