#bab53e
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 181, 62
HSL
58°, 50%, 49%
CMYK
0, 3, 67, 27
Luminance
0.4383
Every format
| HEX | #bab53e |
| RGB | rgb(186, 181, 62) |
| HSL | hsl(58, 50%, 49%) |
| CMYK | cmyk(0%, 3%, 67%, 27%) |
| LAB | lab(72.1 -12.6 58.7) |
| LCH | lch(72.1 60.0 102.1) |
| OKLCH | oklch(0.755 0.138 106.9) |
Copy-ready code
/* CSS */
color: #bab53e;
background-color: #bab53e;
/* Tailwind (arbitrary) */
class="text-[#bab53e] bg-[#bab53e]"
/* SCSS */
$brand: #bab53e;
/* SwiftUI */
Color(red: 0.729, green: 0.710, blue: 0.243)
/* Android */
Color.parseColor("#bab53e")Accessibility — WCAG contrast
Aa
#bab53e on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab53e on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green71.0%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow66.7%
Key (black)27.1%
Color previews
#bab53e text on a black background
contrast 9.77:1
Card sample
#bab53e text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab53e;
Background color
Panel with #bab53e background
background-color: #bab53e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab53e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 181, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 181, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab53e; background: linear-gradient(135deg, #bab53e, #6CBA3E);