#4a1908
a deep, electric orange · warm · closest name: sienna
RGB
74, 25, 8
HSL
16°, 81%, 16%
CMYK
0, 66, 89, 71
Luminance
0.0217
Every format
| HEX | #4a1908 |
| RGB | rgb(74, 25, 8) |
| HSL | hsl(16, 81%, 16%) |
| CMYK | cmyk(0%, 66%, 89%, 71%) |
| LAB | lab(16.4 22.3 21.3) |
| LCH | lch(16.4 30.8 43.8) |
| OKLCH | oklch(0.287 0.079 38.7) |
Copy-ready code
/* CSS */
color: #4a1908;
background-color: #4a1908;
/* Tailwind (arbitrary) */
class="text-[#4a1908] bg-[#4a1908]"
/* SCSS */
$brand: #4a1908;
/* SwiftUI */
Color(red: 0.290, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#4a1908")Accessibility — WCAG contrast
Aa
#4a1908 on white: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a1908 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow89.2%
Key (black)71.0%
Color previews
#4a1908 text on a black background
contrast 1.43:1
Card sample
#4a1908 text on a white background
contrast 14.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a1908;
Background color
Panel with #4a1908 background
background-color: #4a1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a1908; background: linear-gradient(135deg, #4a1908, #4A4508);