#888607
a dark, electric yellow · cool · closest name: olive
RGB
136, 134, 7
HSL
59°, 90%, 28%
CMYK
0, 2, 95, 47
Luminance
0.2230
Every format
| HEX | #888607 |
| RGB | rgb(136, 134, 7) |
| HSL | hsl(59, 90%, 28%) |
| CMYK | cmyk(0%, 2%, 95%, 47%) |
| LAB | lab(54.3 -12.3 57.6) |
| LCH | lch(54.3 58.9 102.1) |
| OKLCH | oklch(0.602 0.129 108.6) |
Copy-ready code
/* CSS */
color: #888607;
background-color: #888607;
/* Tailwind (arbitrary) */
class="text-[#888607] bg-[#888607]"
/* SCSS */
$brand: #888607;
/* SwiftUI */
Color(red: 0.533, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#888607")Accessibility — WCAG contrast
Aa
#888607 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888607 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow94.9%
Key (black)46.7%
Color previews
#888607 text on a black background
contrast 5.46:1
Card sample
#888607 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888607;
Background color
Panel with #888607 background
background-color: #888607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888607; background: linear-gradient(135deg, #888607, #348807);