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