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