#babfcd
a light, soft blue · cool · closest name: silver
RGB
186, 191, 205
HSL
224°, 16%, 77%
CMYK
9, 7, 0, 20
Luminance
0.5211
Every format
| HEX | #babfcd |
| RGB | rgb(186, 191, 205) |
| HSL | hsl(224, 16%, 77%) |
| CMYK | cmyk(9%, 7%, 0%, 20%) |
| LAB | lab(77.3 1.0 -7.6) |
| LCH | lch(77.3 7.7 277.5) |
| OKLCH | oklch(0.805 0.020 270.2) |
Copy-ready code
/* CSS */
color: #babfcd;
background-color: #babfcd;
/* Tailwind (arbitrary) */
class="text-[#babfcd] bg-[#babfcd]"
/* SCSS */
$brand: #babfcd;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.804)
/* Android */
Color.parseColor("#babfcd")Accessibility — WCAG contrast
Aa
#babfcd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfcd on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta6.8%
Yellow0.0%
Key (black)19.6%
Color previews
#babfcd text on a black background
contrast 11.42:1
Card sample
#babfcd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfcd;
Background color
Panel with #babfcd background
background-color: #babfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfcd; background: linear-gradient(135deg, #babfcd, #C2BACD);