#874417
a dark, vivid orange · warm · closest name: sienna
RGB
135, 68, 23
HSL
24°, 71%, 31%
CMYK
0, 50, 83, 47
Luminance
0.0935
Every format
| HEX | #874417 |
| RGB | rgb(135, 68, 23) |
| HSL | hsl(24, 71%, 31%) |
| CMYK | cmyk(0%, 50%, 83%, 47%) |
| LAB | lab(36.6 25.4 38.3) |
| LCH | lch(36.6 45.9 56.4) |
| OKLCH | oklch(0.463 0.107 50.3) |
Copy-ready code
/* CSS */
color: #874417;
background-color: #874417;
/* Tailwind (arbitrary) */
class="text-[#874417] bg-[#874417]"
/* SCSS */
$brand: #874417;
/* SwiftUI */
Color(red: 0.529, green: 0.267, blue: 0.090)
/* Android */
Color.parseColor("#874417")Accessibility — WCAG contrast
Aa
#874417 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#874417 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green26.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow83.0%
Key (black)47.1%
Color previews
#874417 text on a black background
contrast 2.87:1
Card sample
#874417 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874417;
Background color
Panel with #874417 background
background-color: #874417;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874417;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 68, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 68, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874417; background: linear-gradient(135deg, #874417, #7F8717);