#babfd1
a light, soft blue · warm · closest name: silver
RGB
186, 191, 209
HSL
227°, 20%, 78%
CMYK
11, 9, 0, 18
Luminance
0.5230
Every format
| HEX | #babfd1 |
| RGB | rgb(186, 191, 209) |
| HSL | hsl(227, 20%, 78%) |
| CMYK | cmyk(11%, 9%, 0%, 18%) |
| LAB | lab(77.5 1.8 -9.6) |
| LCH | lch(77.5 9.8 280.7) |
| OKLCH | oklch(0.806 0.026 273.4) |
Copy-ready code
/* CSS */
color: #babfd1;
background-color: #babfd1;
/* Tailwind (arbitrary) */
class="text-[#babfd1] bg-[#babfd1]"
/* SCSS */
$brand: #babfd1;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#babfd1")Accessibility — WCAG contrast
Aa
#babfd1 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfd1 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue82.0%
CMYK percentages
Cyan11.0%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#babfd1 text on a black background
contrast 11.46:1
Card sample
#babfd1 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfd1;
Background color
Panel with #babfd1 background
background-color: #babfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfd1; background: linear-gradient(135deg, #babfd1, #C4BAD1);