#b4ac13
a dark, electric yellow · cool · closest name: olive
RGB
180, 172, 19
HSL
57°, 81%, 39%
CMYK
0, 4, 89, 29
Luminance
0.3926
Every format
| HEX | #b4ac13 |
| RGB | rgb(180, 172, 19) |
| HSL | hsl(57, 81%, 39%) |
| CMYK | cmyk(0%, 4%, 89%, 29%) |
| LAB | lab(68.9 -12.2 68.6) |
| LCH | lch(68.9 69.7 100.1) |
| OKLCH | oklch(0.728 0.152 106.2) |
Copy-ready code
/* CSS */
color: #b4ac13;
background-color: #b4ac13;
/* Tailwind (arbitrary) */
class="text-[#b4ac13] bg-[#b4ac13]"
/* SCSS */
$brand: #b4ac13;
/* SwiftUI */
Color(red: 0.706, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#b4ac13")Accessibility — WCAG contrast
Aa
#b4ac13 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ac13 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green67.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow89.4%
Key (black)29.4%
Color previews
#b4ac13 text on a black background
contrast 8.85:1
Card sample
#b4ac13 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ac13;
Background color
Panel with #b4ac13 background
background-color: #b4ac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ac13; background: linear-gradient(135deg, #b4ac13, #51B413);