#807921
a dark, vivid yellow · cool · closest name: olive
RGB
128, 121, 33
HSL
56°, 59%, 32%
CMYK
0, 6, 74, 50
Luminance
0.1837
Every format
| HEX | #807921 |
| RGB | rgb(128, 121, 33) |
| HSL | hsl(56, 59%, 32%) |
| CMYK | cmyk(0%, 6%, 74%, 50%) |
| LAB | lab(50.0 -8.1 46.4) |
| LCH | lch(50.0 47.1 99.9) |
| OKLCH | oklch(0.566 0.106 104.7) |
Copy-ready code
/* CSS */
color: #807921;
background-color: #807921;
/* Tailwind (arbitrary) */
class="text-[#807921] bg-[#807921]"
/* SCSS */
$brand: #807921;
/* SwiftUI */
Color(red: 0.502, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#807921")Accessibility — WCAG contrast
Aa
#807921 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#807921 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow74.2%
Key (black)49.8%
Color previews
#807921 text on a black background
contrast 4.67:1
Card sample
#807921 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #807921;
Background color
Panel with #807921 background
background-color: #807921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #807921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #807921; background: linear-gradient(135deg, #807921, #488021);