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