#807421
a dark, vivid yellow · cool · closest name: olive
RGB
128, 116, 33
HSL
52°, 59%, 32%
CMYK
0, 9, 74, 50
Luminance
0.1719
Every format
| HEX | #807421 |
| RGB | rgb(128, 116, 33) |
| HSL | hsl(52, 59%, 32%) |
| CMYK | cmyk(0%, 9%, 74%, 50%) |
| LAB | lab(48.5 -5.3 45.0) |
| LCH | lch(48.5 45.3 96.7) |
| OKLCH | oklch(0.554 0.102 100.9) |
Copy-ready code
/* CSS */
color: #807421;
background-color: #807421;
/* Tailwind (arbitrary) */
class="text-[#807421] bg-[#807421]"
/* SCSS */
$brand: #807421;
/* SwiftUI */
Color(red: 0.502, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#807421")Accessibility — WCAG contrast
Aa
#807421 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#807421 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow74.2%
Key (black)49.8%
Color previews
#807421 text on a black background
contrast 4.44:1
Card sample
#807421 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #807421;
Background color
Panel with #807421 background
background-color: #807421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #807421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #807421; background: linear-gradient(135deg, #807421, #4D8021);