#b4a310
a dark, electric yellow · cool · closest name: olive
RGB
180, 163, 16
HSL
54°, 84%, 38%
CMYK
0, 9, 91, 29
Luminance
0.3594
Every format
| HEX | #b4a310 |
| RGB | rgb(180, 163, 16) |
| HSL | hsl(54, 84%, 38%) |
| CMYK | cmyk(0%, 9%, 91%, 29%) |
| LAB | lab(66.5 -7.6 67.2) |
| LCH | lch(66.5 67.6 96.4) |
| OKLCH | oklch(0.708 0.145 101.7) |
Copy-ready code
/* CSS */
color: #b4a310;
background-color: #b4a310;
/* Tailwind (arbitrary) */
class="text-[#b4a310] bg-[#b4a310]"
/* SCSS */
$brand: #b4a310;
/* SwiftUI */
Color(red: 0.706, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#b4a310")Accessibility — WCAG contrast
Aa
#b4a310 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4a310 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow91.1%
Key (black)29.4%
Color previews
#b4a310 text on a black background
contrast 8.19:1
Card sample
#b4a310 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4a310;
Background color
Panel with #b4a310 background
background-color: #b4a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4a310; background: linear-gradient(135deg, #b4a310, #58B410);