#b9a921
a dark, vivid yellow · cool · closest name: olive
RGB
185, 169, 33
HSL
54°, 70%, 43%
CMYK
0, 9, 82, 28
Luminance
0.3880
Every format
| HEX | #b9a921 |
| RGB | rgb(185, 169, 33) |
| HSL | hsl(54, 70%, 43%) |
| CMYK | cmyk(0%, 9%, 82%, 28%) |
| LAB | lab(68.6 -8.1 65.3) |
| LCH | lch(68.6 65.8 97.1) |
| OKLCH | oklch(0.727 0.144 102.1) |
Copy-ready code
/* CSS */
color: #b9a921;
background-color: #b9a921;
/* Tailwind (arbitrary) */
class="text-[#b9a921] bg-[#b9a921]"
/* SCSS */
$brand: #b9a921;
/* SwiftUI */
Color(red: 0.725, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#b9a921")Accessibility — WCAG contrast
Aa
#b9a921 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9a921 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow82.2%
Key (black)27.5%
Color previews
#b9a921 text on a black background
contrast 8.76:1
Card sample
#b9a921 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9a921;
Background color
Panel with #b9a921 background
background-color: #b9a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9a921; background: linear-gradient(135deg, #b9a921, #64B921);