#846521
a dark, vivid yellow · warm · closest name: peru
RGB
132, 101, 33
HSL
41°, 60%, 32%
CMYK
0, 24, 75, 48
Luminance
0.1432
Every format
| HEX | #846521 |
| RGB | rgb(132, 101, 33) |
| HSL | hsl(41, 60%, 32%) |
| CMYK | cmyk(0%, 24%, 75%, 48%) |
| LAB | lab(44.7 5.2 41.4) |
| LCH | lch(44.7 41.7 82.8) |
| OKLCH | oklch(0.525 0.093 83.4) |
Copy-ready code
/* CSS */
color: #846521;
background-color: #846521;
/* Tailwind (arbitrary) */
class="text-[#846521] bg-[#846521]"
/* SCSS */
$brand: #846521;
/* SwiftUI */
Color(red: 0.518, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#846521")Accessibility — WCAG contrast
Aa
#846521 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#846521 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow75.0%
Key (black)48.2%
Color previews
#846521 text on a black background
contrast 3.86:1
Card sample
#846521 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #846521;
Background color
Panel with #846521 background
background-color: #846521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #846521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #846521; background: linear-gradient(135deg, #846521, #618421);