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