#bab10f
a dark, electric yellow · cool · closest name: olive
RGB
186, 177, 15
HSL
57°, 85%, 39%
CMYK
0, 5, 92, 27
Luminance
0.4192
Every format
| HEX | #bab10f |
| RGB | rgb(186, 177, 15) |
| HSL | hsl(57, 85%, 39%) |
| CMYK | cmyk(0%, 5%, 92%, 27%) |
| LAB | lab(70.8 -12.2 70.9) |
| LCH | lch(70.8 72.0 99.8) |
| OKLCH | oklch(0.744 0.156 105.9) |
Copy-ready code
/* CSS */
color: #bab10f;
background-color: #bab10f;
/* Tailwind (arbitrary) */
class="text-[#bab10f] bg-[#bab10f]"
/* SCSS */
$brand: #bab10f;
/* SwiftUI */
Color(red: 0.729, green: 0.694, blue: 0.059)
/* Android */
Color.parseColor("#bab10f")Accessibility — WCAG contrast
Aa
#bab10f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab10f on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green69.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow91.9%
Key (black)27.1%
Color previews
#bab10f text on a black background
contrast 9.38:1
Card sample
#bab10f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab10f;
Background color
Panel with #bab10f background
background-color: #bab10f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab10f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 177, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 177, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab10f; background: linear-gradient(135deg, #bab10f, #51BA0F);