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