#885500
a dark, electric orange · warm · closest name: sienna
RGB
136, 85, 0
HSL
38°, 100%, 27%
CMYK
0, 38, 100, 47
Luminance
0.1173
Every format
| HEX | #885500 |
| RGB | rgb(136, 85, 0) |
| HSL | hsl(38, 100%, 27%) |
| CMYK | cmyk(0%, 38%, 100%, 47%) |
| LAB | lab(40.8 15.5 49.4) |
| LCH | lch(40.8 51.7 72.6) |
| OKLCH | oklch(0.495 0.107 69.9) |
Copy-ready code
/* CSS */
color: #885500;
background-color: #885500;
/* Tailwind (arbitrary) */
class="text-[#885500] bg-[#885500]"
/* SCSS */
$brand: #885500;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.000)
/* Android */
Color.parseColor("#885500")Accessibility — WCAG contrast
Aa
#885500 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885500 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow100.0%
Key (black)46.7%
Color previews
#885500 text on a black background
contrast 3.35:1
Card sample
#885500 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885500;
Background color
Panel with #885500 background
background-color: #885500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885500; background: linear-gradient(135deg, #885500, #608800);