#babaee
a light, vivid blue · warm · closest name: plum
RGB
186, 186, 238
HSL
240°, 61%, 83%
CMYK
22, 22, 0, 7
Luminance
0.5173
Every format
| HEX | #babaee |
| RGB | rgb(186, 186, 238) |
| HSL | hsl(240, 61%, 83%) |
| CMYK | cmyk(22%, 22%, 0%, 7%) |
| LAB | lab(77.1 10.8 -25.8) |
| LCH | lch(77.1 27.9 292.7) |
| OKLCH | oklch(0.807 0.073 284.6) |
Copy-ready code
/* CSS */
color: #babaee;
background-color: #babaee;
/* Tailwind (arbitrary) */
class="text-[#babaee] bg-[#babaee]"
/* SCSS */
$brand: #babaee;
/* SwiftUI */
Color(red: 0.729, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#babaee")Accessibility — WCAG contrast
Aa
#babaee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babaee on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.9%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#babaee text on a black background
contrast 11.35:1
Card sample
#babaee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babaee;
Background color
Panel with #babaee background
background-color: #babaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babaee; background: linear-gradient(135deg, #babaee, #DDBAEE);