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