#b1a521
a dark, vivid yellow · cool · closest name: olive
RGB
177, 165, 33
HSL
55°, 69%, 41%
CMYK
0, 7, 81, 31
Luminance
0.3637
Every format
| HEX | #b1a521 |
| RGB | rgb(177, 165, 33) |
| HSL | hsl(55, 69%, 41%) |
| CMYK | cmyk(0%, 7%, 81%, 31%) |
| LAB | lab(66.8 -9.6 63.5) |
| LCH | lch(66.8 64.2 98.6) |
| OKLCH | oklch(0.711 0.141 103.8) |
Copy-ready code
/* CSS */
color: #b1a521;
background-color: #b1a521;
/* Tailwind (arbitrary) */
class="text-[#b1a521] bg-[#b1a521]"
/* SCSS */
$brand: #b1a521;
/* SwiftUI */
Color(red: 0.694, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#b1a521")Accessibility — WCAG contrast
Aa
#b1a521 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1a521 on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow81.4%
Key (black)30.6%
Color previews
#b1a521 text on a black background
contrast 8.27:1
Card sample
#b1a521 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1a521;
Background color
Panel with #b1a521 background
background-color: #b1a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1a521; background: linear-gradient(135deg, #b1a521, #5DB121);