#babfd6
a light, soft blue · warm · closest name: silver
RGB
186, 191, 214
HSL
229°, 26%, 78%
CMYK
13, 11, 0, 16
Luminance
0.5256
Every format
| HEX | #babfd6 |
| RGB | rgb(186, 191, 214) |
| HSL | hsl(229, 26%, 78%) |
| CMYK | cmyk(13%, 11%, 0%, 16%) |
| LAB | lab(77.6 2.8 -12.1) |
| LCH | lch(77.6 12.4 283.2) |
| OKLCH | oklch(0.808 0.033 275.9) |
Copy-ready code
/* CSS */
color: #babfd6;
background-color: #babfd6;
/* Tailwind (arbitrary) */
class="text-[#babfd6] bg-[#babfd6]"
/* SCSS */
$brand: #babfd6;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#babfd6")Accessibility — WCAG contrast
Aa
#babfd6 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfd6 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue83.9%
CMYK percentages
Cyan13.1%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#babfd6 text on a black background
contrast 11.51:1
Card sample
#babfd6 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfd6;
Background color
Panel with #babfd6 background
background-color: #babfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfd6; background: linear-gradient(135deg, #babfd6, #C8BAD6);