#babfa0
a light, soft yellow · cool · closest name: tan
RGB
186, 191, 160
HSL
70°, 20%, 69%
CMYK
3, 0, 16, 25
Luminance
0.5024
Every format
| HEX | #babfa0 |
| RGB | rgb(186, 191, 160) |
| HSL | hsl(70, 20%, 69%) |
| CMYK | cmyk(3%, 0%, 16%, 25%) |
| LAB | lab(76.2 -7.1 15.1) |
| LCH | lch(76.2 16.7 115.3) |
| OKLCH | oklch(0.792 0.043 114.8) |
Copy-ready code
/* CSS */
color: #babfa0;
background-color: #babfa0;
/* Tailwind (arbitrary) */
class="text-[#babfa0] bg-[#babfa0]"
/* SCSS */
$brand: #babfa0;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.627)
/* Android */
Color.parseColor("#babfa0")Accessibility — WCAG contrast
Aa
#babfa0 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfa0 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue62.7%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow16.2%
Key (black)25.1%
Color previews
#babfa0 text on a black background
contrast 11.05:1
Card sample
#babfa0 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfa0;
Background color
Panel with #babfa0 background
background-color: #babfa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfa0; background: linear-gradient(135deg, #babfa0, #A5BFA0);