#85500b
a dark, electric orange · warm · closest name: sienna
RGB
133, 80, 11
HSL
34°, 85%, 28%
CMYK
0, 40, 92, 48
Luminance
0.1075
Every format
| HEX | #85500b |
| RGB | rgb(133, 80, 11) |
| HSL | hsl(34, 85%, 28%) |
| CMYK | cmyk(0%, 40%, 92%, 48%) |
| LAB | lab(39.2 17.2 44.8) |
| LCH | lch(39.2 48.0 69.0) |
| OKLCH | oklch(0.482 0.103 65.4) |
Copy-ready code
/* CSS */
color: #85500b;
background-color: #85500b;
/* Tailwind (arbitrary) */
class="text-[#85500b] bg-[#85500b]"
/* SCSS */
$brand: #85500b;
/* SwiftUI */
Color(red: 0.522, green: 0.314, blue: 0.043)
/* Android */
Color.parseColor("#85500b")Accessibility — WCAG contrast
Aa
#85500b on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#85500b on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green31.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow91.7%
Key (black)47.8%
Color previews
#85500b text on a black background
contrast 3.15:1
Card sample
#85500b text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85500b;
Background color
Panel with #85500b background
background-color: #85500b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85500b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 80, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 80, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85500b; background: linear-gradient(135deg, #85500b, #69850B);