#baba93
a light, soft yellow · cool · closest name: tan
RGB
186, 186, 147
HSL
60°, 22%, 65%
CMYK
0, 0, 21, 27
Luminance
0.4766
Every format
| HEX | #baba93 |
| RGB | rgb(186, 186, 147) |
| HSL | hsl(60, 22%, 65%) |
| CMYK | cmyk(0%, 0%, 21%, 27%) |
| LAB | lab(74.6 -6.5 19.8) |
| LCH | lch(74.6 20.9 108.2) |
| OKLCH | oklch(0.779 0.053 107.6) |
Copy-ready code
/* CSS */
color: #baba93;
background-color: #baba93;
/* Tailwind (arbitrary) */
class="text-[#baba93] bg-[#baba93]"
/* SCSS */
$brand: #baba93;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.576)
/* Android */
Color.parseColor("#baba93")Accessibility — WCAG contrast
Aa
#baba93 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baba93 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow21.0%
Key (black)27.1%
Color previews
#baba93 text on a black background
contrast 10.53:1
Card sample
#baba93 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baba93;
Background color
Panel with #baba93 background
background-color: #baba93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baba93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baba93; background: linear-gradient(135deg, #baba93, #A0BA93);