#bab62f
a balanced, vivid yellow · cool · closest name: olive
RGB
186, 182, 47
HSL
58°, 60%, 46%
CMYK
0, 2, 75, 27
Luminance
0.4410
Every format
| HEX | #bab62f |
| RGB | rgb(186, 182, 47) |
| HSL | hsl(58, 60%, 46%) |
| CMYK | cmyk(0%, 2%, 75%, 27%) |
| LAB | lab(72.3 -13.9 64.4) |
| LCH | lch(72.3 65.9 102.2) |
| OKLCH | oklch(0.756 0.148 107.7) |
Copy-ready code
/* CSS */
color: #bab62f;
background-color: #bab62f;
/* Tailwind (arbitrary) */
class="text-[#bab62f] bg-[#bab62f]"
/* SCSS */
$brand: #bab62f;
/* SwiftUI */
Color(red: 0.729, green: 0.714, blue: 0.184)
/* Android */
Color.parseColor("#bab62f")Accessibility — WCAG contrast
Aa
#bab62f on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab62f on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green71.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow74.7%
Key (black)27.1%
Color previews
#bab62f text on a black background
contrast 9.82:1
Card sample
#bab62f text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab62f;
Background color
Panel with #bab62f background
background-color: #bab62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 182, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 182, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab62f; background: linear-gradient(135deg, #bab62f, #61BA2F);