#886c01
a dark, electric yellow · cool · closest name: olive
RGB
136, 108, 1
HSL
48°, 99%, 27%
CMYK
0, 21, 99, 47
Luminance
0.1596
Every format
| HEX | #886c01 |
| RGB | rgb(136, 108, 1) |
| HSL | hsl(48, 99%, 27%) |
| CMYK | cmyk(0%, 21%, 99%, 47%) |
| LAB | lab(46.9 2.1 53.3) |
| LCH | lch(46.9 53.3 87.8) |
| OKLCH | oklch(0.543 0.111 90.7) |
Copy-ready code
/* CSS */
color: #886c01;
background-color: #886c01;
/* Tailwind (arbitrary) */
class="text-[#886c01] bg-[#886c01]"
/* SCSS */
$brand: #886c01;
/* SwiftUI */
Color(red: 0.533, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#886c01")Accessibility — WCAG contrast
Aa
#886c01 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886c01 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow99.3%
Key (black)46.7%
Color previews
#886c01 text on a black background
contrast 4.19:1
Card sample
#886c01 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886c01;
Background color
Panel with #886c01 background
background-color: #886c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886c01; background: linear-gradient(135deg, #886c01, #4A8801);