#baba9d
a light, soft yellow · cool · closest name: tan
RGB
186, 186, 157
HSL
60°, 17%, 67%
CMYK
0, 0, 16, 27
Luminance
0.4799
Every format
| HEX | #baba9d |
| RGB | rgb(186, 186, 157) |
| HSL | hsl(60, 17%, 67%) |
| CMYK | cmyk(0%, 0%, 16%, 27%) |
| LAB | lab(74.8 -5.0 14.7) |
| LCH | lch(74.8 15.6 108.7) |
| OKLCH | oklch(0.781 0.040 107.3) |
Copy-ready code
/* CSS */
color: #baba9d;
background-color: #baba9d;
/* Tailwind (arbitrary) */
class="text-[#baba9d] bg-[#baba9d]"
/* SCSS */
$brand: #baba9d;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.616)
/* Android */
Color.parseColor("#baba9d")Accessibility — WCAG contrast
Aa
#baba9d on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baba9d on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow15.6%
Key (black)27.1%
Color previews
#baba9d text on a black background
contrast 10.60:1
Card sample
#baba9d text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baba9d;
Background color
Panel with #baba9d background
background-color: #baba9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baba9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baba9d; background: linear-gradient(135deg, #baba9d, #A7BA9D);