#b4a521
a dark, vivid yellow · cool · closest name: olive
RGB
180, 165, 33
HSL
54°, 69%, 42%
CMYK
0, 8, 82, 29
Luminance
0.3672
Every format
| HEX | #b4a521 |
| RGB | rgb(180, 165, 33) |
| HSL | hsl(54, 69%, 42%) |
| CMYK | cmyk(0%, 8%, 82%, 29%) |
| LAB | lab(67.1 -8.2 63.8) |
| LCH | lch(67.1 64.4 97.3) |
| OKLCH | oklch(0.713 0.141 102.4) |
Copy-ready code
/* CSS */
color: #b4a521;
background-color: #b4a521;
/* Tailwind (arbitrary) */
class="text-[#b4a521] bg-[#b4a521]"
/* SCSS */
$brand: #b4a521;
/* SwiftUI */
Color(red: 0.706, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#b4a521")Accessibility — WCAG contrast
Aa
#b4a521 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4a521 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow81.7%
Key (black)29.4%
Color previews
#b4a521 text on a black background
contrast 8.34:1
Card sample
#b4a521 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4a521;
Background color
Panel with #b4a521 background
background-color: #b4a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4a521; background: linear-gradient(135deg, #b4a521, #61B421);