#392313
a deep, vivid orange · warm · closest name: black
RGB
57, 35, 19
HSL
25°, 50%, 15%
CMYK
0, 39, 67, 78
Luminance
0.0212
Every format
| HEX | #392313 |
| RGB | rgb(57, 35, 19) |
| HSL | hsl(25, 50%, 15%) |
| CMYK | cmyk(0%, 39%, 67%, 78%) |
| LAB | lab(16.1 8.4 14.9) |
| LCH | lch(16.1 17.1 60.5) |
| OKLCH | oklch(0.280 0.043 56.0) |
Copy-ready code
/* CSS */
color: #392313;
background-color: #392313;
/* Tailwind (arbitrary) */
class="text-[#392313] bg-[#392313]"
/* SCSS */
$brand: #392313;
/* SwiftUI */
Color(red: 0.224, green: 0.137, blue: 0.075)
/* Android */
Color.parseColor("#392313")Accessibility — WCAG contrast
Aa
#392313 on white: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392313 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green13.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow66.7%
Key (black)77.6%
Color previews
#392313 text on a black background
contrast 1.42:1
Card sample
#392313 text on a white background
contrast 14.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392313;
Background color
Panel with #392313 background
background-color: #392313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 35, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 35, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392313; background: linear-gradient(135deg, #392313, #363913);