#312521
a deep, soft orange · warm · closest name: black
RGB
49, 37, 33
HSL
15°, 20%, 16%
CMYK
0, 25, 33, 81
Luminance
0.0209
Every format
| HEX | #312521 |
| RGB | rgb(49, 37, 33) |
| HSL | hsl(15, 20%, 16%) |
| CMYK | cmyk(0%, 25%, 33%, 81%) |
| LAB | lab(15.9 4.9 4.8) |
| LCH | lch(15.9 6.9 44.5) |
| OKLCH | oklch(0.277 0.020 39.2) |
Copy-ready code
/* CSS */
color: #312521;
background-color: #312521;
/* Tailwind (arbitrary) */
class="text-[#312521] bg-[#312521]"
/* SCSS */
$brand: #312521;
/* SwiftUI */
Color(red: 0.192, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#312521")Accessibility — WCAG contrast
Aa
#312521 on white: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#312521 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow32.7%
Key (black)80.8%
Color previews
#312521 text on a black background
contrast 1.42:1
Card sample
#312521 text on a white background
contrast 14.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #312521;
Background color
Panel with #312521 background
background-color: #312521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #312521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #312521; background: linear-gradient(135deg, #312521, #313021);