#885511
a dark, electric orange · warm · closest name: sienna
RGB
136, 85, 17
HSL
34°, 78%, 30%
CMYK
0, 38, 88, 47
Luminance
0.1177
Every format
| HEX | #885511 |
| RGB | rgb(136, 85, 17) |
| HSL | hsl(34, 78%, 30%) |
| CMYK | cmyk(0%, 38%, 88%, 47%) |
| LAB | lab(40.9 15.8 44.5) |
| LCH | lch(40.9 47.2 70.4) |
| OKLCH | oklch(0.496 0.102 67.3) |
Copy-ready code
/* CSS */
color: #885511;
background-color: #885511;
/* Tailwind (arbitrary) */
class="text-[#885511] bg-[#885511]"
/* SCSS */
$brand: #885511;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.067)
/* Android */
Color.parseColor("#885511")Accessibility — WCAG contrast
Aa
#885511 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885511 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow87.5%
Key (black)46.7%
Color previews
#885511 text on a black background
contrast 3.35:1
Card sample
#885511 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885511;
Background color
Panel with #885511 background
background-color: #885511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885511; background: linear-gradient(135deg, #885511, #6C8811);