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