#887607
a dark, electric yellow · cool · closest name: olive
RGB
136, 118, 7
HSL
52°, 90%, 28%
CMYK
0, 13, 95, 47
Luminance
0.1821
Every format
| HEX | #887607 |
| RGB | rgb(136, 118, 7) |
| HSL | hsl(52, 90%, 28%) |
| CMYK | cmyk(0%, 13%, 95%, 47%) |
| LAB | lab(49.8 -3.5 54.1) |
| LCH | lch(49.8 54.2 93.7) |
| OKLCH | oklch(0.566 0.115 98.3) |
Copy-ready code
/* CSS */
color: #887607;
background-color: #887607;
/* Tailwind (arbitrary) */
class="text-[#887607] bg-[#887607]"
/* SCSS */
$brand: #887607;
/* SwiftUI */
Color(red: 0.533, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#887607")Accessibility — WCAG contrast
Aa
#887607 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#887607 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow94.9%
Key (black)46.7%
Color previews
#887607 text on a black background
contrast 4.64:1
Card sample
#887607 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887607;
Background color
Panel with #887607 background
background-color: #887607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887607; background: linear-gradient(135deg, #887607, #448807);