#bab7fe
a pale, electric blue · warm · closest name: plum
RGB
186, 183, 254
HSL
243°, 97%, 86%
CMYK
27, 28, 0, 0
Luminance
0.5146
Every format
| HEX | #bab7fe |
| RGB | rgb(186, 183, 254) |
| HSL | hsl(243, 97%, 86%) |
| CMYK | cmyk(27%, 28%, 0%, 0%) |
| LAB | lab(77.0 16.1 -34.6) |
| LCH | lch(77.0 38.2 295.0) |
| OKLCH | oklch(0.807 0.100 285.9) |
Copy-ready code
/* CSS */
color: #bab7fe;
background-color: #bab7fe;
/* Tailwind (arbitrary) */
class="text-[#bab7fe] bg-[#bab7fe]"
/* SCSS */
$brand: #bab7fe;
/* SwiftUI */
Color(red: 0.729, green: 0.718, blue: 0.996)
/* Android */
Color.parseColor("#bab7fe")Accessibility — WCAG contrast
Aa
#bab7fe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab7fe on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green71.8%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta28.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bab7fe text on a black background
contrast 11.29:1
Card sample
#bab7fe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab7fe;
Background color
Panel with #bab7fe background
background-color: #bab7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 183, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 183, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab7fe; background: linear-gradient(135deg, #bab7fe, #E9B7FE);