#886f00
a dark, electric yellow · cool · closest name: olive
RGB
136, 111, 0
HSL
49°, 100%, 27%
CMYK
0, 18, 100, 47
Luminance
0.1660
Every format
| HEX | #886f00 |
| RGB | rgb(136, 111, 0) |
| HSL | hsl(49, 100%, 27%) |
| CMYK | cmyk(0%, 18%, 100%, 47%) |
| LAB | lab(47.8 0.3 54.1) |
| LCH | lch(47.8 54.1 89.7) |
| OKLCH | oklch(0.550 0.113 93.2) |
Copy-ready code
/* CSS */
color: #886f00;
background-color: #886f00;
/* Tailwind (arbitrary) */
class="text-[#886f00] bg-[#886f00]"
/* SCSS */
$brand: #886f00;
/* SwiftUI */
Color(red: 0.533, green: 0.435, blue: 0.000)
/* Android */
Color.parseColor("#886f00")Accessibility — WCAG contrast
Aa
#886f00 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886f00 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green43.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow100.0%
Key (black)46.7%
Color previews
#886f00 text on a black background
contrast 4.32:1
Card sample
#886f00 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886f00;
Background color
Panel with #886f00 background
background-color: #886f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 111, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 111, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886f00; background: linear-gradient(135deg, #886f00, #468800);