#babfd0
a light, soft blue · warm · closest name: silver
RGB
186, 191, 208
HSL
226°, 19%, 77%
CMYK
11, 8, 0, 18
Luminance
0.5225
Every format
| HEX | #babfd0 |
| RGB | rgb(186, 191, 208) |
| HSL | hsl(226, 19%, 77%) |
| CMYK | cmyk(11%, 8%, 0%, 18%) |
| LAB | lab(77.4 1.6 -9.1) |
| LCH | lch(77.4 9.3 280.0) |
| OKLCH | oklch(0.806 0.025 272.8) |
Copy-ready code
/* CSS */
color: #babfd0;
background-color: #babfd0;
/* Tailwind (arbitrary) */
class="text-[#babfd0] bg-[#babfd0]"
/* SCSS */
$brand: #babfd0;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#babfd0")Accessibility — WCAG contrast
Aa
#babfd0 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfd0 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue81.6%
CMYK percentages
Cyan10.6%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#babfd0 text on a black background
contrast 11.45:1
Card sample
#babfd0 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfd0;
Background color
Panel with #babfd0 background
background-color: #babfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfd0; background: linear-gradient(135deg, #babfd0, #C4BAD0);