#392005
a deep, electric orange · warm · closest name: black
RGB
57, 32, 5
HSL
31°, 84%, 12%
CMYK
0, 44, 91, 78
Luminance
0.0191
Every format
| HEX | #392005 |
| RGB | rgb(57, 32, 5) |
| HSL | hsl(31, 84%, 12%) |
| CMYK | cmyk(0%, 44%, 91%, 78%) |
| LAB | lab(15.0 9.4 20.3) |
| LCH | lch(15.0 22.3 65.1) |
| OKLCH | oklch(0.271 0.055 63.8) |
Copy-ready code
/* CSS */
color: #392005;
background-color: #392005;
/* Tailwind (arbitrary) */
class="text-[#392005] bg-[#392005]"
/* SCSS */
$brand: #392005;
/* SwiftUI */
Color(red: 0.224, green: 0.125, blue: 0.020)
/* Android */
Color.parseColor("#392005")Accessibility — WCAG contrast
Aa
#392005 on white: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392005 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green12.5%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow91.2%
Key (black)77.6%
Color previews
#392005 text on a black background
contrast 1.38:1
Card sample
#392005 text on a white background
contrast 15.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392005;
Background color
Panel with #392005 background
background-color: #392005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 32, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 32, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392005; background: linear-gradient(135deg, #392005, #2F3905);