#847521
a dark, vivid yellow · cool · closest name: olive
RGB
132, 117, 33
HSL
51°, 60%, 32%
CMYK
0, 11, 75, 48
Luminance
0.1774
Every format
| HEX | #847521 |
| RGB | rgb(132, 117, 33) |
| HSL | hsl(51, 60%, 32%) |
| CMYK | cmyk(0%, 11%, 75%, 48%) |
| LAB | lab(49.2 -4.0 45.8) |
| LCH | lch(49.2 46.0 95.0) |
| OKLCH | oklch(0.560 0.103 98.8) |
Copy-ready code
/* CSS */
color: #847521;
background-color: #847521;
/* Tailwind (arbitrary) */
class="text-[#847521] bg-[#847521]"
/* SCSS */
$brand: #847521;
/* SwiftUI */
Color(red: 0.518, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#847521")Accessibility — WCAG contrast
Aa
#847521 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#847521 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow75.0%
Key (black)48.2%
Color previews
#847521 text on a black background
contrast 4.55:1
Card sample
#847521 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847521;
Background color
Panel with #847521 background
background-color: #847521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847521; background: linear-gradient(135deg, #847521, #518421);