#b59421
a dark, vivid yellow · cool · closest name: olive
RGB
181, 148, 33
HSL
47°, 69%, 42%
CMYK
0, 18, 82, 29
Luminance
0.3111
Every format
| HEX | #b59421 |
| RGB | rgb(181, 148, 33) |
| HSL | hsl(47, 69%, 42%) |
| CMYK | cmyk(0%, 18%, 82%, 29%) |
| LAB | lab(62.6 1.3 60.0) |
| LCH | lch(62.6 60.0 88.7) |
| OKLCH | oklch(0.678 0.129 91.5) |
Copy-ready code
/* CSS */
color: #b59421;
background-color: #b59421;
/* Tailwind (arbitrary) */
class="text-[#b59421] bg-[#b59421]"
/* SCSS */
$brand: #b59421;
/* SwiftUI */
Color(red: 0.710, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#b59421")Accessibility — WCAG contrast
Aa
#b59421 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59421 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow81.8%
Key (black)29.0%
Color previews
#b59421 text on a black background
contrast 7.22:1
Card sample
#b59421 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59421;
Background color
Panel with #b59421 background
background-color: #b59421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59421; background: linear-gradient(135deg, #b59421, #73B521);