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