#babee2
a light, soft blue · warm · closest name: lavender
RGB
186, 190, 226
HSL
234°, 41%, 81%
CMYK
18, 16, 0, 11
Luminance
0.5276
Every format
| HEX | #babee2 |
| RGB | rgb(186, 190, 226) |
| HSL | hsl(234, 41%, 81%) |
| CMYK | cmyk(18%, 16%, 0%, 11%) |
| LAB | lab(77.7 5.9 -18.4) |
| LCH | lch(77.7 19.3 287.9) |
| OKLCH | oklch(0.810 0.051 280.2) |
Copy-ready code
/* CSS */
color: #babee2;
background-color: #babee2;
/* Tailwind (arbitrary) */
class="text-[#babee2] bg-[#babee2]"
/* SCSS */
$brand: #babee2;
/* SwiftUI */
Color(red: 0.729, green: 0.745, blue: 0.886)
/* Android */
Color.parseColor("#babee2")Accessibility — WCAG contrast
Aa
#babee2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babee2 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.5%
Blue88.6%
CMYK percentages
Cyan17.7%
Magenta15.9%
Yellow0.0%
Key (black)11.4%
Color previews
#babee2 text on a black background
contrast 11.55:1
Card sample
#babee2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babee2;
Background color
Panel with #babee2 background
background-color: #babee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 190, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 190, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babee2; background: linear-gradient(135deg, #babee2, #D1BAE2);