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