#bab6fd
a pale, electric blue · warm · closest name: plum
RGB
186, 182, 253
HSL
243°, 95%, 85%
CMYK
27, 28, 0, 1
Luminance
0.5099
Every format
| HEX | #bab6fd |
| RGB | rgb(186, 182, 253) |
| HSL | hsl(243, 95%, 85%) |
| CMYK | cmyk(27%, 28%, 0%, 1%) |
| LAB | lab(76.7 16.5 -34.5) |
| LCH | lch(76.7 38.3 295.5) |
| OKLCH | oklch(0.805 0.100 286.5) |
Copy-ready code
/* CSS */
color: #bab6fd;
background-color: #bab6fd;
/* Tailwind (arbitrary) */
class="text-[#bab6fd] bg-[#bab6fd]"
/* SCSS */
$brand: #bab6fd;
/* SwiftUI */
Color(red: 0.729, green: 0.714, blue: 0.992)
/* Android */
Color.parseColor("#bab6fd")Accessibility — WCAG contrast
Aa
#bab6fd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab6fd on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green71.4%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta28.1%
Yellow0.0%
Key (black)0.8%
Color previews
#bab6fd text on a black background
contrast 11.20:1
Card sample
#bab6fd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab6fd;
Background color
Panel with #bab6fd background
background-color: #bab6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 182, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 182, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab6fd; background: linear-gradient(135deg, #bab6fd, #E9B6FD);