#3a1908
a deep, electric orange · warm · closest name: black
RGB
58, 25, 8
HSL
20°, 76%, 13%
CMYK
0, 57, 86, 77
Luminance
0.0161
Every format
| HEX | #3a1908 |
| RGB | rgb(58, 25, 8) |
| HSL | hsl(20, 76%, 13%) |
| CMYK | cmyk(0%, 57%, 86%, 77%) |
| LAB | lab(13.3 14.8 16.8) |
| LCH | lch(13.3 22.4 48.7) |
| OKLCH | oklch(0.258 0.059 45.9) |
Copy-ready code
/* CSS */
color: #3a1908;
background-color: #3a1908;
/* Tailwind (arbitrary) */
class="text-[#3a1908] bg-[#3a1908]"
/* SCSS */
$brand: #3a1908;
/* SwiftUI */
Color(red: 0.227, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#3a1908")Accessibility — WCAG contrast
Aa
#3a1908 on white: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a1908 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow86.2%
Key (black)77.3%
Color previews
#3a1908 text on a black background
contrast 1.32:1
Card sample
#3a1908 text on a white background
contrast 15.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a1908;
Background color
Panel with #3a1908 background
background-color: #3a1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a1908; background: linear-gradient(135deg, #3a1908, #393A08);