#392016
a deep, soft orange · warm · closest name: black
RGB
57, 32, 22
HSL
17°, 44%, 16%
CMYK
0, 44, 61, 78
Luminance
0.0196
Every format
| HEX | #392016 |
| RGB | rgb(57, 32, 22) |
| HSL | hsl(17, 44%, 16%) |
| CMYK | cmyk(0%, 44%, 61%, 78%) |
| LAB | lab(15.3 10.8 11.9) |
| LCH | lch(15.3 16.0 47.7) |
| OKLCH | oklch(0.274 0.043 42.4) |
Copy-ready code
/* CSS */
color: #392016;
background-color: #392016;
/* Tailwind (arbitrary) */
class="text-[#392016] bg-[#392016]"
/* SCSS */
$brand: #392016;
/* SwiftUI */
Color(red: 0.224, green: 0.125, blue: 0.086)
/* Android */
Color.parseColor("#392016")Accessibility — WCAG contrast
Aa
#392016 on white: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392016 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green12.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow61.4%
Key (black)77.6%
Color previews
#392016 text on a black background
contrast 1.39:1
Card sample
#392016 text on a white background
contrast 15.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392016;
Background color
Panel with #392016 background
background-color: #392016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 32, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 32, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392016; background: linear-gradient(135deg, #392016, #393716);