#b0a430
a dark, vivid yellow · cool · closest name: olive
RGB
176, 164, 48
HSL
54°, 57%, 44%
CMYK
0, 7, 73, 31
Luminance
0.3599
Every format
| HEX | #b0a430 |
| RGB | rgb(176, 164, 48) |
| HSL | hsl(54, 57%, 44%) |
| CMYK | cmyk(0%, 7%, 73%, 31%) |
| LAB | lab(66.5 -8.9 58.3) |
| LCH | lch(66.5 58.9 98.7) |
| OKLCH | oklch(0.708 0.132 103.3) |
Copy-ready code
/* CSS */
color: #b0a430;
background-color: #b0a430;
/* Tailwind (arbitrary) */
class="text-[#b0a430] bg-[#b0a430]"
/* SCSS */
$brand: #b0a430;
/* SwiftUI */
Color(red: 0.690, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#b0a430")Accessibility — WCAG contrast
Aa
#b0a430 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a430 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green64.3%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow72.7%
Key (black)31.0%
Color previews
#b0a430 text on a black background
contrast 8.20:1
Card sample
#b0a430 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a430;
Background color
Panel with #b0a430 background
background-color: #b0a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a430; background: linear-gradient(135deg, #b0a430, #67B030);