#817521
a dark, vivid yellow · cool · closest name: olive
RGB
129, 117, 33
HSL
53°, 59%, 32%
CMYK
0, 9, 74, 49
Luminance
0.1750
Every format
| HEX | #817521 |
| RGB | rgb(129, 117, 33) |
| HSL | hsl(53, 59%, 32%) |
| CMYK | cmyk(0%, 9%, 74%, 49%) |
| LAB | lab(48.9 -5.4 45.4) |
| LCH | lch(48.9 45.8 96.8) |
| OKLCH | oklch(0.557 0.102 100.9) |
Copy-ready code
/* CSS */
color: #817521;
background-color: #817521;
/* Tailwind (arbitrary) */
class="text-[#817521] bg-[#817521]"
/* SCSS */
$brand: #817521;
/* SwiftUI */
Color(red: 0.506, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#817521")Accessibility — WCAG contrast
Aa
#817521 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#817521 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow74.4%
Key (black)49.4%
Color previews
#817521 text on a black background
contrast 4.50:1
Card sample
#817521 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #817521;
Background color
Panel with #817521 background
background-color: #817521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #817521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #817521; background: linear-gradient(135deg, #817521, #4D8121);