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