#856921
a dark, vivid yellow · warm · closest name: olive
RGB
133, 105, 33
HSL
43°, 60%, 33%
CMYK
0, 21, 75, 48
Luminance
0.1520
Every format
| HEX | #856921 |
| RGB | rgb(133, 105, 33) |
| HSL | hsl(43, 60%, 33%) |
| CMYK | cmyk(0%, 21%, 75%, 48%) |
| LAB | lab(45.9 3.4 42.6) |
| LCH | lch(45.9 42.8 85.5) |
| OKLCH | oklch(0.535 0.095 86.8) |
Copy-ready code
/* CSS */
color: #856921;
background-color: #856921;
/* Tailwind (arbitrary) */
class="text-[#856921] bg-[#856921]"
/* SCSS */
$brand: #856921;
/* SwiftUI */
Color(red: 0.522, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#856921")Accessibility — WCAG contrast
Aa
#856921 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856921 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow75.2%
Key (black)47.8%
Color previews
#856921 text on a black background
contrast 4.04:1
Card sample
#856921 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856921;
Background color
Panel with #856921 background
background-color: #856921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856921; background: linear-gradient(135deg, #856921, #5E8521);