#957521
a dark, vivid yellow · warm · closest name: olive
RGB
149, 117, 33
HSL
43°, 64%, 36%
CMYK
0, 22, 78, 42
Luminance
0.1922
Every format
| HEX | #957521 |
| RGB | rgb(149, 117, 33) |
| HSL | hsl(43, 64%, 36%) |
| CMYK | cmyk(0%, 22%, 78%, 42%) |
| LAB | lab(51.0 4.0 48.1) |
| LCH | lch(51.0 48.3 85.3) |
| OKLCH | oklch(0.579 0.106 86.8) |
Copy-ready code
/* CSS */
color: #957521;
background-color: #957521;
/* Tailwind (arbitrary) */
class="text-[#957521] bg-[#957521]"
/* SCSS */
$brand: #957521;
/* SwiftUI */
Color(red: 0.584, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#957521")Accessibility — WCAG contrast
Aa
#957521 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#957521 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow77.9%
Key (black)41.6%
Color previews
#957521 text on a black background
contrast 4.84:1
Card sample
#957521 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #957521;
Background color
Panel with #957521 background
background-color: #957521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #957521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #957521; background: linear-gradient(135deg, #957521, #689521);