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