#babfd8
a light, soft blue · warm · closest name: silver
RGB
186, 191, 216
HSL
230°, 28%, 79%
CMYK
14, 12, 0, 15
Luminance
0.5266
Every format
| HEX | #babfd8 |
| RGB | rgb(186, 191, 216) |
| HSL | hsl(230, 28%, 79%) |
| CMYK | cmyk(14%, 12%, 0%, 15%) |
| LAB | lab(77.7 3.3 -13.1) |
| LCH | lch(77.7 13.5 284.0) |
| OKLCH | oklch(0.809 0.036 276.6) |
Copy-ready code
/* CSS */
color: #babfd8;
background-color: #babfd8;
/* Tailwind (arbitrary) */
class="text-[#babfd8] bg-[#babfd8]"
/* SCSS */
$brand: #babfd8;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#babfd8")Accessibility — WCAG contrast
Aa
#babfd8 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfd8 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue84.7%
CMYK percentages
Cyan13.9%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#babfd8 text on a black background
contrast 11.53:1
Card sample
#babfd8 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfd8;
Background color
Panel with #babfd8 background
background-color: #babfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfd8; background: linear-gradient(135deg, #babfd8, #C9BAD8);