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