#babfeb
a light, vivid blue · warm · closest name: lavender
RGB
186, 191, 235
HSL
234°, 55%, 83%
CMYK
21, 19, 0, 8
Luminance
0.5370
Every format
| HEX | #babfeb |
| RGB | rgb(186, 191, 235) |
| HSL | hsl(234, 55%, 83%) |
| CMYK | cmyk(21%, 19%, 0%, 8%) |
| LAB | lab(78.3 7.4 -22.4) |
| LCH | lch(78.3 23.6 288.3) |
| OKLCH | oklch(0.816 0.062 279.8) |
Copy-ready code
/* CSS */
color: #babfeb;
background-color: #babfeb;
/* Tailwind (arbitrary) */
class="text-[#babfeb] bg-[#babfeb]"
/* SCSS */
$brand: #babfeb;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#babfeb")Accessibility — WCAG contrast
Aa
#babfeb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfeb on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#babfeb text on a black background
contrast 11.74:1
Card sample
#babfeb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfeb;
Background color
Panel with #babfeb background
background-color: #babfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfeb; background: linear-gradient(135deg, #babfeb, #D6BAEB);