#847310
a dark, electric yellow · cool · closest name: olive
RGB
132, 115, 16
HSL
51°, 78%, 29%
CMYK
0, 13, 88, 48
Luminance
0.1720
Every format
| HEX | #847310 |
| RGB | rgb(132, 115, 16) |
| HSL | hsl(51, 78%, 29%) |
| CMYK | cmyk(0%, 13%, 88%, 48%) |
| LAB | lab(48.5 -3.5 51.0) |
| LCH | lch(48.5 51.1 93.9) |
| OKLCH | oklch(0.555 0.110 98.3) |
Copy-ready code
/* CSS */
color: #847310;
background-color: #847310;
/* Tailwind (arbitrary) */
class="text-[#847310] bg-[#847310]"
/* SCSS */
$brand: #847310;
/* SwiftUI */
Color(red: 0.518, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#847310")Accessibility — WCAG contrast
Aa
#847310 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#847310 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow87.9%
Key (black)48.2%
Color previews
#847310 text on a black background
contrast 4.44:1
Card sample
#847310 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847310;
Background color
Panel with #847310 background
background-color: #847310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847310; background: linear-gradient(135deg, #847310, #488410);