#babfd9
a light, soft blue · warm · closest name: silver
RGB
186, 191, 217
HSL
230°, 29%, 79%
CMYK
14, 12, 0, 15
Luminance
0.5271
Every format
| HEX | #babfd9 |
| RGB | rgb(186, 191, 217) |
| HSL | hsl(230, 29%, 79%) |
| CMYK | cmyk(14%, 12%, 0%, 15%) |
| LAB | lab(77.7 3.5 -13.6) |
| LCH | lch(77.7 14.0 284.3) |
| OKLCH | oklch(0.809 0.037 276.9) |
Copy-ready code
/* CSS */
color: #babfd9;
background-color: #babfd9;
/* Tailwind (arbitrary) */
class="text-[#babfd9] bg-[#babfd9]"
/* SCSS */
$brand: #babfd9;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.851)
/* Android */
Color.parseColor("#babfd9")Accessibility — WCAG contrast
Aa
#babfd9 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfd9 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue85.1%
CMYK percentages
Cyan14.3%
Magenta12.0%
Yellow0.0%
Key (black)14.9%
Color previews
#babfd9 text on a black background
contrast 11.54:1
Card sample
#babfd9 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfd9;
Background color
Panel with #babfd9 background
background-color: #babfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfd9; background: linear-gradient(135deg, #babfd9, #CABAD9);