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