#babfcb
a light, muted blue · cool · closest name: silver
RGB
186, 191, 203
HSL
222°, 14%, 76%
CMYK
8, 6, 0, 20
Luminance
0.5201
Every format
| HEX | #babfcb |
| RGB | rgb(186, 191, 203) |
| HSL | hsl(222, 14%, 76%) |
| CMYK | cmyk(8%, 6%, 0%, 20%) |
| LAB | lab(77.3 0.6 -6.6) |
| LCH | lch(77.3 6.7 275.2) |
| OKLCH | oklch(0.804 0.018 267.8) |
Copy-ready code
/* CSS */
color: #babfcb;
background-color: #babfcb;
/* Tailwind (arbitrary) */
class="text-[#babfcb] bg-[#babfcb]"
/* SCSS */
$brand: #babfcb;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#babfcb")Accessibility — WCAG contrast
Aa
#babfcb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfcb on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta5.9%
Yellow0.0%
Key (black)20.4%
Color previews
#babfcb text on a black background
contrast 11.40:1
Card sample
#babfcb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfcb;
Background color
Panel with #babfcb background
background-color: #babfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfcb; background: linear-gradient(135deg, #babfcb, #C0BACB);