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