#ebeefe
a pale, electric blue · warm · closest name: lavender
RGB
235, 238, 254
HSL
231°, 91%, 96%
CMYK
8, 6, 0, 0
Luminance
0.8597
Every format
| HEX | #ebeefe |
| RGB | rgb(235, 238, 254) |
| HSL | hsl(231, 91%, 96%) |
| CMYK | cmyk(8%, 6%, 0%, 0%) |
| LAB | lab(94.3 2.0 -8.0) |
| LCH | lch(94.3 8.3 283.7) |
| OKLCH | oklch(0.952 0.022 277.5) |
Copy-ready code
/* CSS */
color: #ebeefe;
background-color: #ebeefe;
/* Tailwind (arbitrary) */
class="text-[#ebeefe] bg-[#ebeefe]"
/* SCSS */
$brand: #ebeefe;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#ebeefe")Accessibility — WCAG contrast
Aa
#ebeefe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeefe on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ebeefe text on a black background
contrast 18.19:1
Card sample
#ebeefe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeefe;
Background color
Panel with #ebeefe background
background-color: #ebeefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeefe; background: linear-gradient(135deg, #ebeefe, #F5EBFE);