#babfe3
a light, soft blue · warm · closest name: lavender
RGB
186, 191, 227
HSL
233°, 42%, 81%
CMYK
18, 16, 0, 11
Luminance
0.5325
Every format
| HEX | #babfe3 |
| RGB | rgb(186, 191, 227) |
| HSL | hsl(233, 42%, 81%) |
| CMYK | cmyk(18%, 16%, 0%, 11%) |
| LAB | lab(78.0 5.6 -18.5) |
| LCH | lch(78.0 19.3 286.9) |
| OKLCH | oklch(0.813 0.051 279.0) |
Copy-ready code
/* CSS */
color: #babfe3;
background-color: #babfe3;
/* Tailwind (arbitrary) */
class="text-[#babfe3] bg-[#babfe3]"
/* SCSS */
$brand: #babfe3;
/* SwiftUI */
Color(red: 0.729, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#babfe3")Accessibility — WCAG contrast
Aa
#babfe3 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babfe3 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.9%
Blue89.0%
CMYK percentages
Cyan18.1%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#babfe3 text on a black background
contrast 11.65:1
Card sample
#babfe3 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babfe3;
Background color
Panel with #babfe3 background
background-color: #babfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babfe3; background: linear-gradient(135deg, #babfe3, #D0BAE3);