#babfd5
a light, soft blue · warm · closest name: silver
RGB
186, 191, 213
HSL
229°, 24%, 78%
CMYK
13, 10, 0, 17
Luminance
0.5250
Every format
| HEX | #babfd5 |
| RGB | rgb(186, 191, 213) |
| HSL | hsl(229, 24%, 78%) |
| CMYK | cmyk(13%, 10%, 0%, 17%) |
| LAB | lab(77.6 2.6 -11.6) |
| LCH | lch(77.6 11.9 282.8) |
| OKLCH | oklch(0.808 0.031 275.5) |
Copy-ready code
/* CSS */
color: #babfd5;
background-color: #babfd5;
/* Tailwind (arbitrary) */
class="text-[#babfd5] bg-[#babfd5]"
/* SCSS */
$brand: #babfd5;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#babfd5")Accessibility — WCAG contrast
Aa
#babfd5 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfd5 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue83.5%
CMYK percentages
Cyan12.7%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#babfd5 text on a black background
contrast 11.50:1
Card sample
#babfd5 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfd5;
Background color
Panel with #babfd5 background
background-color: #babfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfd5; background: linear-gradient(135deg, #babfd5, #C7BAD5);