#baba9f
a light, soft yellow · cool · closest name: tan
RGB
186, 186, 159
HSL
60°, 16%, 68%
CMYK
0, 0, 15, 27
Luminance
0.4806
Every format
| HEX | #baba9f |
| RGB | rgb(186, 186, 159) |
| HSL | hsl(60, 16%, 68%) |
| CMYK | cmyk(0%, 0%, 15%, 27%) |
| LAB | lab(74.9 -4.7 13.7) |
| LCH | lch(74.9 14.5 108.8) |
| OKLCH | oklch(0.782 0.037 107.2) |
Copy-ready code
/* CSS */
color: #baba9f;
background-color: #baba9f;
/* Tailwind (arbitrary) */
class="text-[#baba9f] bg-[#baba9f]"
/* SCSS */
$brand: #baba9f;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#baba9f")Accessibility — WCAG contrast
Aa
#baba9f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baba9f on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.5%
Key (black)27.1%
Color previews
#baba9f text on a black background
contrast 10.61:1
Card sample
#baba9f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baba9f;
Background color
Panel with #baba9f background
background-color: #baba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baba9f; background: linear-gradient(135deg, #baba9f, #A8BA9F);