#babda4
a light, soft yellow · cool · closest name: silver
RGB
186, 189, 164
HSL
67°, 16%, 69%
CMYK
2, 0, 13, 26
Luminance
0.4951
Every format
| HEX | #babda4 |
| RGB | rgb(186, 189, 164) |
| HSL | hsl(67, 16%, 69%) |
| CMYK | cmyk(2%, 0%, 13%, 26%) |
| LAB | lab(75.8 -5.4 12.3) |
| LCH | lch(75.8 13.4 113.9) |
| OKLCH | oklch(0.789 0.035 112.7) |
Copy-ready code
/* CSS */
color: #babda4;
background-color: #babda4;
/* Tailwind (arbitrary) */
class="text-[#babda4] bg-[#babda4]"
/* SCSS */
$brand: #babda4;
/* SwiftUI */
Color(red: 0.729, green: 0.741, blue: 0.643)
/* Android */
Color.parseColor("#babda4")Accessibility — WCAG contrast
Aa
#babda4 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babda4 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.1%
Blue64.3%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow13.2%
Key (black)25.9%
Color previews
#babda4 text on a black background
contrast 10.90:1
Card sample
#babda4 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babda4;
Background color
Panel with #babda4 background
background-color: #babda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 189, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 189, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babda4; background: linear-gradient(135deg, #babda4, #A9BDA4);