#babfdf
a light, soft blue · warm · closest name: lavender
RGB
186, 191, 223
HSL
232°, 37%, 80%
CMYK
17, 14, 0, 13
Luminance
0.5303
Every format
| HEX | #babfdf |
| RGB | rgb(186, 191, 223) |
| HSL | hsl(232, 37%, 80%) |
| CMYK | cmyk(17%, 14%, 0%, 13%) |
| LAB | lab(77.9 4.8 -16.5) |
| LCH | lch(77.9 17.2 286.0) |
| OKLCH | oklch(0.811 0.045 278.3) |
Copy-ready code
/* CSS */
color: #babfdf;
background-color: #babfdf;
/* Tailwind (arbitrary) */
class="text-[#babfdf] bg-[#babfdf]"
/* SCSS */
$brand: #babfdf;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#babfdf")Accessibility — WCAG contrast
Aa
#babfdf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfdf on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#babfdf text on a black background
contrast 11.61:1
Card sample
#babfdf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfdf;
Background color
Panel with #babfdf background
background-color: #babfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfdf; background: linear-gradient(135deg, #babfdf, #CEBADF);