#847607
a dark, electric yellow · cool · closest name: olive
RGB
132, 118, 7
HSL
53°, 90%, 27%
CMYK
0, 11, 95, 48
Luminance
0.1788
Every format
| HEX | #847607 |
| RGB | rgb(132, 118, 7) |
| HSL | hsl(53, 90%, 27%) |
| CMYK | cmyk(0%, 11%, 95%, 48%) |
| LAB | lab(49.4 -5.4 53.6) |
| LCH | lch(49.4 53.9 95.8) |
| OKLCH | oklch(0.561 0.115 100.9) |
Copy-ready code
/* CSS */
color: #847607;
background-color: #847607;
/* Tailwind (arbitrary) */
class="text-[#847607] bg-[#847607]"
/* SCSS */
$brand: #847607;
/* SwiftUI */
Color(red: 0.518, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#847607")Accessibility — WCAG contrast
Aa
#847607 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#847607 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow94.7%
Key (black)48.2%
Color previews
#847607 text on a black background
contrast 4.58:1
Card sample
#847607 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847607;
Background color
Panel with #847607 background
background-color: #847607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847607; background: linear-gradient(135deg, #847607, #3F8407);