#b99921
a dark, vivid yellow · cool · closest name: olive
RGB
185, 153, 33
HSL
47°, 70%, 43%
CMYK
0, 17, 82, 28
Luminance
0.3321
Every format
| HEX | #b99921 |
| RGB | rgb(185, 153, 33) |
| HSL | hsl(47, 70%, 43%) |
| CMYK | cmyk(0%, 17%, 82%, 28%) |
| LAB | lab(64.3 0.4 61.6) |
| LCH | lch(64.3 61.6 89.6) |
| OKLCH | oklch(0.693 0.133 92.6) |
Copy-ready code
/* CSS */
color: #b99921;
background-color: #b99921;
/* Tailwind (arbitrary) */
class="text-[#b99921] bg-[#b99921]"
/* SCSS */
$brand: #b99921;
/* SwiftUI */
Color(red: 0.725, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#b99921")Accessibility — WCAG contrast
Aa
#b99921 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99921 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green60.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow82.2%
Key (black)27.5%
Color previews
#b99921 text on a black background
contrast 7.64:1
Card sample
#b99921 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99921;
Background color
Panel with #b99921 background
background-color: #b99921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99921; background: linear-gradient(135deg, #b99921, #73B921);