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