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