#babaf1
a light, vivid blue · warm · closest name: plum
RGB
186, 186, 241
HSL
240°, 66%, 84%
CMYK
23, 23, 0, 6
Luminance
0.5191
Every format
| HEX | #babaf1 |
| RGB | rgb(186, 186, 241) |
| HSL | hsl(240, 66%, 84%) |
| CMYK | cmyk(23%, 23%, 0%, 6%) |
| LAB | lab(77.2 11.5 -27.2) |
| LCH | lch(77.2 29.6 292.8) |
| OKLCH | oklch(0.808 0.077 284.5) |
Copy-ready code
/* CSS */
color: #babaf1;
background-color: #babaf1;
/* Tailwind (arbitrary) */
class="text-[#babaf1] bg-[#babaf1]"
/* SCSS */
$brand: #babaf1;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.945)
/* Android */
Color.parseColor("#babaf1")Accessibility — WCAG contrast
Aa
#babaf1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babaf1 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta22.8%
Yellow0.0%
Key (black)5.5%
Color previews
#babaf1 text on a black background
contrast 11.38:1
Card sample
#babaf1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babaf1;
Background color
Panel with #babaf1 background
background-color: #babaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babaf1; background: linear-gradient(135deg, #babaf1, #DFBAF1);