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