#bab0fe
a light, electric blue · warm · closest name: plum
RGB
186, 176, 254
HSL
248°, 98%, 84%
CMYK
27, 31, 0, 0
Luminance
0.4865
Every format
| HEX | #bab0fe |
| RGB | rgb(186, 176, 254) |
| HSL | hsl(248, 98%, 84%) |
| CMYK | cmyk(27%, 31%, 0%, 0%) |
| LAB | lab(75.2 20.0 -37.3) |
| LCH | lch(75.2 42.3 298.2) |
| OKLCH | oklch(0.794 0.110 289.5) |
Copy-ready code
/* CSS */
color: #bab0fe;
background-color: #bab0fe;
/* Tailwind (arbitrary) */
class="text-[#bab0fe] bg-[#bab0fe]"
/* SCSS */
$brand: #bab0fe;
/* SwiftUI */
Color(red: 0.729, green: 0.690, blue: 0.996)
/* Android */
Color.parseColor("#bab0fe")Accessibility — WCAG contrast
Aa
#bab0fe on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab0fe on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green69.0%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta30.7%
Yellow0.0%
Key (black)0.4%
Color previews
#bab0fe text on a black background
contrast 10.73:1
Card sample
#bab0fe text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab0fe;
Background color
Panel with #bab0fe background
background-color: #bab0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 176, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 176, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab0fe; background: linear-gradient(135deg, #bab0fe, #EEB0FE);