#886708
a dark, electric yellow · warm · closest name: olive
RGB
136, 103, 8
HSL
45°, 89%, 28%
CMYK
0, 24, 94, 47
Luminance
0.1495
Every format
| HEX | #886708 |
| RGB | rgb(136, 103, 8) |
| HSL | hsl(45, 89%, 28%) |
| CMYK | cmyk(0%, 24%, 94%, 47%) |
| LAB | lab(45.6 5.1 50.7) |
| LCH | lch(45.6 50.9 84.3) |
| OKLCH | oklch(0.533 0.107 85.9) |
Copy-ready code
/* CSS */
color: #886708;
background-color: #886708;
/* Tailwind (arbitrary) */
class="text-[#886708] bg-[#886708]"
/* SCSS */
$brand: #886708;
/* SwiftUI */
Color(red: 0.533, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#886708")Accessibility — WCAG contrast
Aa
#886708 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886708 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow94.1%
Key (black)46.7%
Color previews
#886708 text on a black background
contrast 3.99:1
Card sample
#886708 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886708;
Background color
Panel with #886708 background
background-color: #886708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886708; background: linear-gradient(135deg, #886708, #548808);