#b4ad21
a dark, vivid yellow · cool · closest name: olive
RGB
180, 173, 33
HSL
57°, 69%, 42%
CMYK
0, 4, 82, 29
Luminance
0.3970
Every format
| HEX | #b4ad21 |
| RGB | rgb(180, 173, 33) |
| HSL | hsl(57, 69%, 42%) |
| CMYK | cmyk(0%, 4%, 82%, 29%) |
| LAB | lab(69.3 -12.4 65.7) |
| LCH | lch(69.3 66.9 100.7) |
| OKLCH | oklch(0.731 0.148 106.4) |
Copy-ready code
/* CSS */
color: #b4ad21;
background-color: #b4ad21;
/* Tailwind (arbitrary) */
class="text-[#b4ad21] bg-[#b4ad21]"
/* SCSS */
$brand: #b4ad21;
/* SwiftUI */
Color(red: 0.706, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#b4ad21")Accessibility — WCAG contrast
Aa
#b4ad21 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ad21 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow81.7%
Key (black)29.4%
Color previews
#b4ad21 text on a black background
contrast 8.94:1
Card sample
#b4ad21 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ad21;
Background color
Panel with #b4ad21 background
background-color: #b4ad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ad21; background: linear-gradient(135deg, #b4ad21, #59B421);