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