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