#885533
a dark, vivid orange · warm · closest name: sienna
RGB
136, 85, 51
HSL
24°, 46%, 37%
CMYK
0, 38, 63, 47
Luminance
0.1197
Every format
| HEX | #885533 |
| RGB | rgb(136, 85, 51) |
| HSL | hsl(24, 46%, 37%) |
| CMYK | cmyk(0%, 38%, 63%, 47%) |
| LAB | lab(41.2 17.6 28.4) |
| LCH | lch(41.2 33.4 58.2) |
| OKLCH | oklch(0.499 0.083 53.3) |
Copy-ready code
/* CSS */
color: #885533;
background-color: #885533;
/* Tailwind (arbitrary) */
class="text-[#885533] bg-[#885533]"
/* SCSS */
$brand: #885533;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#885533")Accessibility — WCAG contrast
Aa
#885533 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885533 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow62.5%
Key (black)46.7%
Color previews
#885533 text on a black background
contrast 3.39:1
Card sample
#885533 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885533;
Background color
Panel with #885533 background
background-color: #885533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885533; background: linear-gradient(135deg, #885533, #828833);