#947521
a dark, vivid yellow · warm · closest name: olive
RGB
148, 117, 33
HSL
44°, 64%, 36%
CMYK
0, 21, 78, 42
Luminance
0.1913
Every format
| HEX | #947521 |
| RGB | rgb(148, 117, 33) |
| HSL | hsl(44, 64%, 36%) |
| CMYK | cmyk(0%, 21%, 78%, 42%) |
| LAB | lab(50.8 3.5 48.0) |
| LCH | lch(50.8 48.1 85.9) |
| OKLCH | oklch(0.578 0.105 87.4) |
Copy-ready code
/* CSS */
color: #947521;
background-color: #947521;
/* Tailwind (arbitrary) */
class="text-[#947521] bg-[#947521]"
/* SCSS */
$brand: #947521;
/* SwiftUI */
Color(red: 0.580, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#947521")Accessibility — WCAG contrast
Aa
#947521 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#947521 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow77.7%
Key (black)42.0%
Color previews
#947521 text on a black background
contrast 4.83:1
Card sample
#947521 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #947521;
Background color
Panel with #947521 background
background-color: #947521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #947521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #947521; background: linear-gradient(135deg, #947521, #669421);