#885607
a dark, electric orange · warm · closest name: sienna
RGB
136, 86, 7
HSL
37°, 90%, 28%
CMYK
0, 37, 95, 47
Luminance
0.1191
Every format
| HEX | #885607 |
| RGB | rgb(136, 86, 7) |
| HSL | hsl(37, 90%, 28%) |
| CMYK | cmyk(0%, 37%, 95%, 47%) |
| LAB | lab(41.1 15.0 47.6) |
| LCH | lch(41.1 49.9 72.5) |
| OKLCH | oklch(0.497 0.105 69.9) |
Copy-ready code
/* CSS */
color: #885607;
background-color: #885607;
/* Tailwind (arbitrary) */
class="text-[#885607] bg-[#885607]"
/* SCSS */
$brand: #885607;
/* SwiftUI */
Color(red: 0.533, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#885607")Accessibility — WCAG contrast
Aa
#885607 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885607 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow94.9%
Key (black)46.7%
Color previews
#885607 text on a black background
contrast 3.38:1
Card sample
#885607 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885607;
Background color
Panel with #885607 background
background-color: #885607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885607; background: linear-gradient(135deg, #885607, #648807);