#848708
a dark, electric yellow · cool · closest name: olive
RGB
132, 135, 8
HSL
61°, 89%, 28%
CMYK
2, 0, 94, 47
Luminance
0.2225
Every format
| HEX | #848708 |
| RGB | rgb(132, 135, 8) |
| HSL | hsl(61, 89%, 28%) |
| CMYK | cmyk(2%, 0%, 94%, 47%) |
| LAB | lab(54.3 -14.7 57.2) |
| LCH | lch(54.3 59.1 104.4) |
| OKLCH | oklch(0.601 0.130 111.3) |
Copy-ready code
/* CSS */
color: #848708;
background-color: #848708;
/* Tailwind (arbitrary) */
class="text-[#848708] bg-[#848708]"
/* SCSS */
$brand: #848708;
/* SwiftUI */
Color(red: 0.518, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#848708")Accessibility — WCAG contrast
Aa
#848708 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848708 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green52.9%
Blue3.1%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow94.1%
Key (black)47.1%
Color previews
#848708 text on a black background
contrast 5.45:1
Card sample
#848708 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848708;
Background color
Panel with #848708 background
background-color: #848708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848708; background: linear-gradient(135deg, #848708, #2F8708);