#877708
a dark, electric yellow · cool · closest name: olive
RGB
135, 119, 8
HSL
52°, 89%, 28%
CMYK
0, 12, 94, 47
Luminance
0.1836
Every format
| HEX | #877708 |
| RGB | rgb(135, 119, 8) |
| HSL | hsl(52, 89%, 28%) |
| CMYK | cmyk(0%, 12%, 94%, 47%) |
| LAB | lab(49.9 -4.5 54.0) |
| LCH | lch(49.9 54.1 94.8) |
| OKLCH | oklch(0.567 0.116 99.7) |
Copy-ready code
/* CSS */
color: #877708;
background-color: #877708;
/* Tailwind (arbitrary) */
class="text-[#877708] bg-[#877708]"
/* SCSS */
$brand: #877708;
/* SwiftUI */
Color(red: 0.529, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#877708")Accessibility — WCAG contrast
Aa
#877708 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#877708 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow94.1%
Key (black)47.1%
Color previews
#877708 text on a black background
contrast 4.67:1
Card sample
#877708 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #877708;
Background color
Panel with #877708 background
background-color: #877708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #877708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #877708; background: linear-gradient(135deg, #877708, #428708);