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