#bab71f
a dark, vivid yellow · cool · closest name: olive
RGB
186, 183, 31
HSL
59°, 71%, 43%
CMYK
0, 2, 83, 27
Luminance
0.4441
Every format
| HEX | #bab71f |
| RGB | rgb(186, 183, 31) |
| HSL | hsl(59, 71%, 43%) |
| CMYK | cmyk(0%, 2%, 83%, 27%) |
| LAB | lab(72.5 -15.0 69.2) |
| LCH | lch(72.5 70.8 102.2) |
| OKLCH | oklch(0.758 0.157 108.4) |
Copy-ready code
/* CSS */
color: #bab71f;
background-color: #bab71f;
/* Tailwind (arbitrary) */
class="text-[#bab71f] bg-[#bab71f]"
/* SCSS */
$brand: #bab71f;
/* SwiftUI */
Color(red: 0.729, green: 0.718, blue: 0.122)
/* Android */
Color.parseColor("#bab71f")Accessibility — WCAG contrast
Aa
#bab71f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab71f on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green71.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow83.3%
Key (black)27.1%
Color previews
#bab71f text on a black background
contrast 9.88:1
Card sample
#bab71f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab71f;
Background color
Panel with #bab71f background
background-color: #bab71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 183, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 183, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab71f; background: linear-gradient(135deg, #bab71f, #56BA1F);