#b5a921
a dark, vivid yellow · cool · closest name: olive
RGB
181, 169, 33
HSL
55°, 69%, 42%
CMYK
0, 7, 82, 29
Luminance
0.3831
Every format
| HEX | #b5a921 |
| RGB | rgb(181, 169, 33) |
| HSL | hsl(55, 69%, 42%) |
| CMYK | cmyk(0%, 7%, 82%, 29%) |
| LAB | lab(68.3 -9.9 64.9) |
| LCH | lch(68.3 65.6 98.7) |
| OKLCH | oklch(0.723 0.144 104.0) |
Copy-ready code
/* CSS */
color: #b5a921;
background-color: #b5a921;
/* Tailwind (arbitrary) */
class="text-[#b5a921] bg-[#b5a921]"
/* SCSS */
$brand: #b5a921;
/* SwiftUI */
Color(red: 0.710, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#b5a921")Accessibility — WCAG contrast
Aa
#b5a921 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5a921 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow81.8%
Key (black)29.0%
Color previews
#b5a921 text on a black background
contrast 8.66:1
Card sample
#b5a921 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5a921;
Background color
Panel with #b5a921 background
background-color: #b5a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5a921; background: linear-gradient(135deg, #b5a921, #5FB521);