#391908
a deep, electric orange · warm · closest name: black
RGB
57, 25, 8
HSL
21°, 75%, 13%
CMYK
0, 56, 86, 78
Luminance
0.0158
Every format
| HEX | #391908 |
| RGB | rgb(57, 25, 8) |
| HSL | hsl(21, 75%, 13%) |
| CMYK | cmyk(0%, 56%, 86%, 78%) |
| LAB | lab(13.1 14.3 16.5) |
| LCH | lch(13.1 21.9 49.2) |
| OKLCH | oklch(0.256 0.057 46.6) |
Copy-ready code
/* CSS */
color: #391908;
background-color: #391908;
/* Tailwind (arbitrary) */
class="text-[#391908] bg-[#391908]"
/* SCSS */
$brand: #391908;
/* SwiftUI */
Color(red: 0.224, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#391908")Accessibility — WCAG contrast
Aa
#391908 on white: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391908 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow86.0%
Key (black)77.6%
Color previews
#391908 text on a black background
contrast 1.32:1
Card sample
#391908 text on a white background
contrast 15.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391908;
Background color
Panel with #391908 background
background-color: #391908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391908; background: linear-gradient(135deg, #391908, #383908);