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