#392011
a deep, vivid orange · warm · closest name: black
RGB
57, 32, 17
HSL
23°, 54%, 15%
CMYK
0, 44, 70, 78
Luminance
0.0194
Every format
| HEX | #392011 |
| RGB | rgb(57, 32, 17) |
| HSL | hsl(23, 54%, 15%) |
| CMYK | cmyk(0%, 44%, 70%, 78%) |
| LAB | lab(15.2 10.3 15.0) |
| LCH | lch(15.2 18.2 55.5) |
| OKLCH | oklch(0.273 0.046 50.8) |
Copy-ready code
/* CSS */
color: #392011;
background-color: #392011;
/* Tailwind (arbitrary) */
class="text-[#392011] bg-[#392011]"
/* SCSS */
$brand: #392011;
/* SwiftUI */
Color(red: 0.224, green: 0.125, blue: 0.067)
/* Android */
Color.parseColor("#392011")Accessibility — WCAG contrast
Aa
#392011 on white: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392011 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green12.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow70.2%
Key (black)77.6%
Color previews
#392011 text on a black background
contrast 1.39:1
Card sample
#392011 text on a white background
contrast 15.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392011;
Background color
Panel with #392011 background
background-color: #392011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 32, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 32, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392011; background: linear-gradient(135deg, #392011, #373911);