#b8a521
a dark, vivid yellow · cool · closest name: olive
RGB
184, 165, 33
HSL
53°, 70%, 43%
CMYK
0, 10, 82, 28
Luminance
0.3721
Every format
| HEX | #b8a521 |
| RGB | rgb(184, 165, 33) |
| HSL | hsl(53, 70%, 43%) |
| CMYK | cmyk(0%, 10%, 82%, 28%) |
| LAB | lab(67.4 -6.5 64.3) |
| LCH | lch(67.4 64.6 95.7) |
| OKLCH | oklch(0.717 0.141 100.4) |
Copy-ready code
/* CSS */
color: #b8a521;
background-color: #b8a521;
/* Tailwind (arbitrary) */
class="text-[#b8a521] bg-[#b8a521]"
/* SCSS */
$brand: #b8a521;
/* SwiftUI */
Color(red: 0.722, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#b8a521")Accessibility — WCAG contrast
Aa
#b8a521 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8a521 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow82.1%
Key (black)27.8%
Color previews
#b8a521 text on a black background
contrast 8.44:1
Card sample
#b8a521 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8a521;
Background color
Panel with #b8a521 background
background-color: #b8a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8a521; background: linear-gradient(135deg, #b8a521, #66B821);