#885e11
a dark, electric orange · warm · closest name: peru
RGB
136, 94, 17
HSL
39°, 78%, 30%
CMYK
0, 31, 88, 47
Luminance
0.1328
Every format
| HEX | #885e11 |
| RGB | rgb(136, 94, 17) |
| HSL | hsl(39, 78%, 30%) |
| CMYK | cmyk(0%, 31%, 88%, 47%) |
| LAB | lab(43.2 10.6 46.4) |
| LCH | lch(43.2 47.6 77.2) |
| OKLCH | oklch(0.514 0.102 76.3) |
Copy-ready code
/* CSS */
color: #885e11;
background-color: #885e11;
/* Tailwind (arbitrary) */
class="text-[#885e11] bg-[#885e11]"
/* SCSS */
$brand: #885e11;
/* SwiftUI */
Color(red: 0.533, green: 0.369, blue: 0.067)
/* Android */
Color.parseColor("#885e11")Accessibility — WCAG contrast
Aa
#885e11 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885e11 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green36.9%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow87.5%
Key (black)46.7%
Color previews
#885e11 text on a black background
contrast 3.66:1
Card sample
#885e11 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885e11;
Background color
Panel with #885e11 background
background-color: #885e11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885e11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 94, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 94, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885e11; background: linear-gradient(135deg, #885e11, #638811);