#b59d21
a dark, vivid yellow · cool · closest name: olive
RGB
181, 157, 33
HSL
50°, 69%, 42%
CMYK
0, 13, 82, 29
Luminance
0.3405
Every format
| HEX | #b59d21 |
| RGB | rgb(181, 157, 33) |
| HSL | hsl(50, 69%, 42%) |
| CMYK | cmyk(0%, 13%, 82%, 29%) |
| LAB | lab(65.0 -3.5 62.1) |
| LCH | lch(65.0 62.2 93.3) |
| OKLCH | oklch(0.697 0.135 97.3) |
Copy-ready code
/* CSS */
color: #b59d21;
background-color: #b59d21;
/* Tailwind (arbitrary) */
class="text-[#b59d21] bg-[#b59d21]"
/* SCSS */
$brand: #b59d21;
/* SwiftUI */
Color(red: 0.710, green: 0.616, blue: 0.129)
/* Android */
Color.parseColor("#b59d21")Accessibility — WCAG contrast
Aa
#b59d21 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b59d21 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green61.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow81.8%
Key (black)29.0%
Color previews
#b59d21 text on a black background
contrast 7.81:1
Card sample
#b59d21 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b59d21;
Background color
Panel with #b59d21 background
background-color: #b59d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b59d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 157, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 157, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b59d21; background: linear-gradient(135deg, #b59d21, #6AB521);