#babdfd
a pale, electric blue · warm · closest name: plum
RGB
186, 189, 253
HSL
237°, 94%, 86%
CMYK
27, 25, 0, 1
Luminance
0.5393
Every format
| HEX | #babdfd |
| RGB | rgb(186, 189, 253) |
| HSL | hsl(237, 94%, 86%) |
| CMYK | cmyk(27%, 25%, 0%, 1%) |
| LAB | lab(78.4 12.6 -31.9) |
| LCH | lch(78.4 34.3 291.6) |
| OKLCH | oklch(0.819 0.090 282.1) |
Copy-ready code
/* CSS */
color: #babdfd;
background-color: #babdfd;
/* Tailwind (arbitrary) */
class="text-[#babdfd] bg-[#babdfd]"
/* SCSS */
$brand: #babdfd;
/* SwiftUI */
Color(red: 0.729, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#babdfd")Accessibility — WCAG contrast
Aa
#babdfd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babdfd on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#babdfd text on a black background
contrast 11.79:1
Card sample
#babdfd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babdfd;
Background color
Panel with #babdfd background
background-color: #babdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babdfd; background: linear-gradient(135deg, #babdfd, #E4BAFD);