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