#886611
a dark, electric yellow · warm · closest name: olive
RGB
136, 102, 17
HSL
43°, 78%, 30%
CMYK
0, 25, 88, 47
Luminance
0.1478
Every format
| HEX | #886611 |
| RGB | rgb(136, 102, 17) |
| HSL | hsl(43, 78%, 30%) |
| CMYK | cmyk(0%, 25%, 88%, 47%) |
| LAB | lab(45.3 5.9 48.2) |
| LCH | lch(45.3 48.6 83.0) |
| OKLCH | oklch(0.531 0.103 84.1) |
Copy-ready code
/* CSS */
color: #886611;
background-color: #886611;
/* Tailwind (arbitrary) */
class="text-[#886611] bg-[#886611]"
/* SCSS */
$brand: #886611;
/* SwiftUI */
Color(red: 0.533, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#886611")Accessibility — WCAG contrast
Aa
#886611 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886611 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green40.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow87.5%
Key (black)46.7%
Color previews
#886611 text on a black background
contrast 3.96:1
Card sample
#886611 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886611;
Background color
Panel with #886611 background
background-color: #886611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886611; background: linear-gradient(135deg, #886611, #5B8811);