#b4a720
a dark, vivid yellow · cool · closest name: olive
RGB
180, 167, 32
HSL
55°, 70%, 42%
CMYK
0, 7, 82, 29
Luminance
0.3745
Every format
| HEX | #b4a720 |
| RGB | rgb(180, 167, 32) |
| HSL | hsl(55, 70%, 42%) |
| CMYK | cmyk(0%, 7%, 82%, 29%) |
| LAB | lab(67.6 -9.3 64.6) |
| LCH | lch(67.6 65.2 98.2) |
| OKLCH | oklch(0.718 0.143 103.5) |
Copy-ready code
/* CSS */
color: #b4a720;
background-color: #b4a720;
/* Tailwind (arbitrary) */
class="text-[#b4a720] bg-[#b4a720]"
/* SCSS */
$brand: #b4a720;
/* SwiftUI */
Color(red: 0.706, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#b4a720")Accessibility — WCAG contrast
Aa
#b4a720 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4a720 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow82.2%
Key (black)29.4%
Color previews
#b4a720 text on a black background
contrast 8.49:1
Card sample
#b4a720 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4a720;
Background color
Panel with #b4a720 background
background-color: #b4a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4a720; background: linear-gradient(135deg, #b4a720, #5EB420);