#babeee
a light, vivid blue · warm · closest name: lavender
RGB
186, 190, 238
HSL
235°, 61%, 83%
CMYK
22, 20, 0, 7
Luminance
0.5344
Every format
| HEX | #babeee |
| RGB | rgb(186, 190, 238) |
| HSL | hsl(235, 61%, 83%) |
| CMYK | cmyk(22%, 20%, 0%, 7%) |
| LAB | lab(78.1 8.6 -24.2) |
| LCH | lch(78.1 25.7 289.6) |
| OKLCH | oklch(0.815 0.068 281.1) |
Copy-ready code
/* CSS */
color: #babeee;
background-color: #babeee;
/* Tailwind (arbitrary) */
class="text-[#babeee] bg-[#babeee]"
/* SCSS */
$brand: #babeee;
/* SwiftUI */
Color(red: 0.729, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#babeee")Accessibility — WCAG contrast
Aa
#babeee on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babeee on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.5%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#babeee text on a black background
contrast 11.69:1
Card sample
#babeee text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babeee;
Background color
Panel with #babeee background
background-color: #babeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babeee; background: linear-gradient(135deg, #babeee, #D9BAEE);