#886622
a dark, vivid yellow · warm · closest name: peru
RGB
136, 102, 34
HSL
40°, 60%, 33%
CMYK
0, 25, 75, 47
Luminance
0.1485
Every format
| HEX | #886622 |
| RGB | rgb(136, 102, 34) |
| HSL | hsl(40, 60%, 33%) |
| CMYK | cmyk(0%, 25%, 75%, 47%) |
| LAB | lab(45.4 6.6 41.9) |
| LCH | lch(45.4 42.4 81.1) |
| OKLCH | oklch(0.532 0.094 81.1) |
Copy-ready code
/* CSS */
color: #886622;
background-color: #886622;
/* Tailwind (arbitrary) */
class="text-[#886622] bg-[#886622]"
/* SCSS */
$brand: #886622;
/* SwiftUI */
Color(red: 0.533, green: 0.400, blue: 0.133)
/* Android */
Color.parseColor("#886622")Accessibility — WCAG contrast
Aa
#886622 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886622 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green40.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow75.0%
Key (black)46.7%
Color previews
#886622 text on a black background
contrast 3.97:1
Card sample
#886622 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886622;
Background color
Panel with #886622 background
background-color: #886622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 102, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 102, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886622; background: linear-gradient(135deg, #886622, #668822);