#babfd7
a light, soft blue · warm · closest name: silver
RGB
186, 191, 215
HSL
230°, 27%, 79%
CMYK
14, 11, 0, 16
Luminance
0.5261
Every format
| HEX | #babfd7 |
| RGB | rgb(186, 191, 215) |
| HSL | hsl(230, 27%, 79%) |
| CMYK | cmyk(14%, 11%, 0%, 16%) |
| LAB | lab(77.6 3.0 -12.6) |
| LCH | lch(77.6 12.9 283.6) |
| OKLCH | oklch(0.808 0.034 276.3) |
Copy-ready code
/* CSS */
color: #babfd7;
background-color: #babfd7;
/* Tailwind (arbitrary) */
class="text-[#babfd7] bg-[#babfd7]"
/* SCSS */
$brand: #babfd7;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#babfd7")Accessibility — WCAG contrast
Aa
#babfd7 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfd7 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue84.3%
CMYK percentages
Cyan13.5%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#babfd7 text on a black background
contrast 11.52:1
Card sample
#babfd7 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfd7;
Background color
Panel with #babfd7 background
background-color: #babfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfd7; background: linear-gradient(135deg, #babfd7, #C8BAD7);