#babecb
a light, muted blue · warm · closest name: silver
RGB
186, 190, 203
HSL
226°, 14%, 76%
CMYK
8, 6, 0, 20
Luminance
0.5158
Every format
| HEX | #babecb |
| RGB | rgb(186, 190, 203) |
| HSL | hsl(226, 14%, 76%) |
| CMYK | cmyk(8%, 6%, 0%, 20%) |
| LAB | lab(77.0 1.1 -7.0) |
| LCH | lch(77.0 7.1 279.2) |
| OKLCH | oklch(0.802 0.019 272.3) |
Copy-ready code
/* CSS */
color: #babecb;
background-color: #babecb;
/* Tailwind (arbitrary) */
class="text-[#babecb] bg-[#babecb]"
/* SCSS */
$brand: #babecb;
/* SwiftUI */
Color(red: 0.729, green: 0.745, blue: 0.796)
/* Android */
Color.parseColor("#babecb")Accessibility — WCAG contrast
Aa
#babecb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babecb on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.5%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta6.4%
Yellow0.0%
Key (black)20.4%
Color previews
#babecb text on a black background
contrast 11.32:1
Card sample
#babecb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babecb;
Background color
Panel with #babecb background
background-color: #babecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 190, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 190, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babecb; background: linear-gradient(135deg, #babecb, #C1BACB);