#babfce
a light, soft blue · warm · closest name: silver
RGB
186, 191, 206
HSL
225°, 17%, 77%
CMYK
10, 7, 0, 19
Luminance
0.5216
Every format
| HEX | #babfce |
| RGB | rgb(186, 191, 206) |
| HSL | hsl(225, 17%, 77%) |
| CMYK | cmyk(10%, 7%, 0%, 19%) |
| LAB | lab(77.4 1.2 -8.1) |
| LCH | lch(77.4 8.2 278.4) |
| OKLCH | oklch(0.805 0.022 271.1) |
Copy-ready code
/* CSS */
color: #babfce;
background-color: #babfce;
/* Tailwind (arbitrary) */
class="text-[#babfce] bg-[#babfce]"
/* SCSS */
$brand: #babfce;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.808)
/* Android */
Color.parseColor("#babfce")Accessibility — WCAG contrast
Aa
#babfce on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfce on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue80.8%
CMYK percentages
Cyan9.7%
Magenta7.3%
Yellow0.0%
Key (black)19.2%
Color previews
#babfce text on a black background
contrast 11.43:1
Card sample
#babfce text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfce;
Background color
Panel with #babfce background
background-color: #babfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfce; background: linear-gradient(135deg, #babfce, #C2BACE);