#917821
a dark, vivid yellow · cool · closest name: olive
RGB
145, 120, 33
HSL
47°, 63%, 35%
CMYK
0, 17, 77, 43
Luminance
0.1956
Every format
| HEX | #917821 |
| RGB | rgb(145, 120, 33) |
| HSL | hsl(47, 63%, 35%) |
| CMYK | cmyk(0%, 17%, 77%, 43%) |
| LAB | lab(51.3 0.4 48.4) |
| LCH | lch(51.3 48.4 89.5) |
| OKLCH | oklch(0.581 0.106 92.1) |
Copy-ready code
/* CSS */
color: #917821;
background-color: #917821;
/* Tailwind (arbitrary) */
class="text-[#917821] bg-[#917821]"
/* SCSS */
$brand: #917821;
/* SwiftUI */
Color(red: 0.569, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#917821")Accessibility — WCAG contrast
Aa
#917821 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917821 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow77.2%
Key (black)43.1%
Color previews
#917821 text on a black background
contrast 4.91:1
Card sample
#917821 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917821;
Background color
Panel with #917821 background
background-color: #917821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917821; background: linear-gradient(135deg, #917821, #5F9121);