#b4a430
a dark, vivid yellow · cool · closest name: olive
RGB
180, 164, 48
HSL
53°, 58%, 45%
CMYK
0, 9, 73, 29
Luminance
0.3647
Every format
| HEX | #b4a430 |
| RGB | rgb(180, 164, 48) |
| HSL | hsl(53, 58%, 45%) |
| CMYK | cmyk(0%, 9%, 73%, 29%) |
| LAB | lab(66.9 -7.1 58.7) |
| LCH | lch(66.9 59.1 96.9) |
| OKLCH | oklch(0.712 0.132 101.2) |
Copy-ready code
/* CSS */
color: #b4a430;
background-color: #b4a430;
/* Tailwind (arbitrary) */
class="text-[#b4a430] bg-[#b4a430]"
/* SCSS */
$brand: #b4a430;
/* SwiftUI */
Color(red: 0.706, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#b4a430")Accessibility — WCAG contrast
Aa
#b4a430 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4a430 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow73.3%
Key (black)29.4%
Color previews
#b4a430 text on a black background
contrast 8.29:1
Card sample
#b4a430 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4a430;
Background color
Panel with #b4a430 background
background-color: #b4a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4a430; background: linear-gradient(135deg, #b4a430, #6CB430);