#babdfe
a pale, electric blue · warm · closest name: plum
RGB
186, 189, 254
HSL
237°, 97%, 86%
CMYK
27, 26, 0, 0
Luminance
0.5399
Every format
| HEX | #babdfe |
| RGB | rgb(186, 189, 254) |
| HSL | hsl(237, 97%, 86%) |
| CMYK | cmyk(27%, 26%, 0%, 0%) |
| LAB | lab(78.5 12.9 -32.3) |
| LCH | lch(78.5 34.8 291.7) |
| OKLCH | oklch(0.819 0.091 282.1) |
Copy-ready code
/* CSS */
color: #babdfe;
background-color: #babdfe;
/* Tailwind (arbitrary) */
class="text-[#babdfe] bg-[#babdfe]"
/* SCSS */
$brand: #babdfe;
/* SwiftUI */
Color(red: 0.729, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#babdfe")Accessibility — WCAG contrast
Aa
#babdfe on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#babdfe on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green74.1%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#babdfe text on a black background
contrast 11.80:1
Card sample
#babdfe text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #babdfe;
Background color
Panel with #babdfe background
background-color: #babdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #babdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #babdfe; background: linear-gradient(135deg, #babdfe, #E4BAFE);