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