#baba8d
a balanced, soft yellow · cool · closest name: tan
RGB
186, 186, 141
HSL
60°, 25%, 64%
CMYK
0, 0, 24, 27
Luminance
0.4748
Every format
| HEX | #baba8d |
| RGB | rgb(186, 186, 141) |
| HSL | hsl(60, 25%, 64%) |
| CMYK | cmyk(0%, 0%, 24%, 27%) |
| LAB | lab(74.5 -7.4 22.9) |
| LCH | lch(74.5 24.1 107.9) |
| OKLCH | oklch(0.777 0.061 107.7) |
Copy-ready code
/* CSS */
color: #baba8d;
background-color: #baba8d;
/* Tailwind (arbitrary) */
class="text-[#baba8d] bg-[#baba8d]"
/* SCSS */
$brand: #baba8d;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.553)
/* Android */
Color.parseColor("#baba8d")Accessibility — WCAG contrast
Aa
#baba8d on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baba8d on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow24.2%
Key (black)27.1%
Color previews
#baba8d text on a black background
contrast 10.50:1
Card sample
#baba8d text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baba8d;
Background color
Panel with #baba8d background
background-color: #baba8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baba8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baba8d; background: linear-gradient(135deg, #baba8d, #9CBA8D);