#baba71
a balanced, soft yellow · cool · closest name: khaki
RGB
186, 186, 113
HSL
60°, 35%, 59%
CMYK
0, 0, 39, 27
Luminance
0.4675
Every format
| HEX | #baba71 |
| RGB | rgb(186, 186, 113) |
| HSL | hsl(60, 35%, 59%) |
| CMYK | cmyk(0%, 0%, 39%, 27%) |
| LAB | lab(74.0 -10.9 37.0) |
| LCH | lch(74.0 38.6 106.4) |
| OKLCH | oklch(0.772 0.095 108.4) |
Copy-ready code
/* CSS */
color: #baba71;
background-color: #baba71;
/* Tailwind (arbitrary) */
class="text-[#baba71] bg-[#baba71]"
/* SCSS */
$brand: #baba71;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.443)
/* Android */
Color.parseColor("#baba71")Accessibility — WCAG contrast
Aa
#baba71 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baba71 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow39.2%
Key (black)27.1%
Color previews
#baba71 text on a black background
contrast 10.35:1
Card sample
#baba71 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baba71;
Background color
Panel with #baba71 background
background-color: #baba71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baba71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baba71; background: linear-gradient(135deg, #baba71, #89BA71);