#b99521
a dark, vivid yellow · cool · closest name: olive
RGB
185, 149, 33
HSL
46°, 70%, 43%
CMYK
0, 20, 82, 28
Luminance
0.3192
Every format
| HEX | #b99521 |
| RGB | rgb(185, 149, 33) |
| HSL | hsl(46, 70%, 43%) |
| CMYK | cmyk(0%, 20%, 82%, 28%) |
| LAB | lab(63.3 2.6 60.7) |
| LCH | lch(63.3 60.8 87.6) |
| OKLCH | oklch(0.684 0.131 90.0) |
Copy-ready code
/* CSS */
color: #b99521;
background-color: #b99521;
/* Tailwind (arbitrary) */
class="text-[#b99521] bg-[#b99521]"
/* SCSS */
$brand: #b99521;
/* SwiftUI */
Color(red: 0.725, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#b99521")Accessibility — WCAG contrast
Aa
#b99521 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99521 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow82.2%
Key (black)27.5%
Color previews
#b99521 text on a black background
contrast 7.38:1
Card sample
#b99521 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99521;
Background color
Panel with #b99521 background
background-color: #b99521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99521; background: linear-gradient(135deg, #b99521, #78B921);