#bab44f
a balanced, soft yellow · cool · closest name: khaki
RGB
186, 180, 79
HSL
57°, 44%, 52%
CMYK
0, 3, 58, 27
Luminance
0.4365
Every format
| HEX | #bab44f |
| RGB | rgb(186, 180, 79) |
| HSL | hsl(57, 44%, 52%) |
| CMYK | cmyk(0%, 3%, 58%, 27%) |
| LAB | lab(72.0 -11.0 51.2) |
| LCH | lch(72.0 52.4 102.1) |
| OKLCH | oklch(0.755 0.123 105.8) |
Copy-ready code
/* CSS */
color: #bab44f;
background-color: #bab44f;
/* Tailwind (arbitrary) */
class="text-[#bab44f] bg-[#bab44f]"
/* SCSS */
$brand: #bab44f;
/* SwiftUI */
Color(red: 0.729, green: 0.706, blue: 0.310)
/* Android */
Color.parseColor("#bab44f")Accessibility — WCAG contrast
Aa
#bab44f on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab44f on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green70.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow57.5%
Key (black)27.1%
Color previews
#bab44f text on a black background
contrast 9.73:1
Card sample
#bab44f text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab44f;
Background color
Panel with #bab44f background
background-color: #bab44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 180, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 180, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab44f; background: linear-gradient(135deg, #bab44f, #79BA4F);