#bab73f
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 183, 63
HSL
59°, 49%, 49%
CMYK
0, 2, 66, 27
Luminance
0.4466
Every format
| HEX | #bab73f |
| RGB | rgb(186, 183, 63) |
| HSL | hsl(59, 49%, 49%) |
| CMYK | cmyk(0%, 2%, 66%, 27%) |
| LAB | lab(72.7 -13.6 58.9) |
| LCH | lch(72.7 60.4 103.0) |
| OKLCH | oklch(0.760 0.139 107.9) |
Copy-ready code
/* CSS */
color: #bab73f;
background-color: #bab73f;
/* Tailwind (arbitrary) */
class="text-[#bab73f] bg-[#bab73f]"
/* SCSS */
$brand: #bab73f;
/* SwiftUI */
Color(red: 0.729, green: 0.718, blue: 0.247)
/* Android */
Color.parseColor("#bab73f")Accessibility — WCAG contrast
Aa
#bab73f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab73f on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green71.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow66.1%
Key (black)27.1%
Color previews
#bab73f text on a black background
contrast 9.93:1
Card sample
#bab73f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab73f;
Background color
Panel with #bab73f background
background-color: #bab73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 183, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 183, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab73f; background: linear-gradient(135deg, #bab73f, #6BBA3F);