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