#886521
a dark, vivid orange · warm · closest name: peru
RGB
136, 101, 33
HSL
40°, 61%, 33%
CMYK
0, 26, 76, 47
Luminance
0.1465
Every format
| HEX | #886521 |
| RGB | rgb(136, 101, 33) |
| HSL | hsl(40, 61%, 33%) |
| CMYK | cmyk(0%, 26%, 76%, 47%) |
| LAB | lab(45.1 7.1 42.0) |
| LCH | lch(45.1 42.6 80.4) |
| OKLCH | oklch(0.530 0.095 80.3) |
Copy-ready code
/* CSS */
color: #886521;
background-color: #886521;
/* Tailwind (arbitrary) */
class="text-[#886521] bg-[#886521]"
/* SCSS */
$brand: #886521;
/* SwiftUI */
Color(red: 0.533, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#886521")Accessibility — WCAG contrast
Aa
#886521 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886521 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow75.7%
Key (black)46.7%
Color previews
#886521 text on a black background
contrast 3.93:1
Card sample
#886521 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886521;
Background color
Panel with #886521 background
background-color: #886521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886521; background: linear-gradient(135deg, #886521, #668821);