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