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