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