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