#ebeefd
a pale, electric blue · warm · closest name: lavender
RGB
235, 238, 253
HSL
230°, 82%, 96%
CMYK
7, 6, 0, 1
Luminance
0.8590
Every format
| HEX | #ebeefd |
| RGB | rgb(235, 238, 253) |
| HSL | hsl(230, 82%, 96%) |
| CMYK | cmyk(7%, 6%, 0%, 1%) |
| LAB | lab(94.3 1.8 -7.6) |
| LCH | lch(94.3 7.8 283.2) |
| OKLCH | oklch(0.951 0.020 277.0) |
Copy-ready code
/* CSS */
color: #ebeefd;
background-color: #ebeefd;
/* Tailwind (arbitrary) */
class="text-[#ebeefd] bg-[#ebeefd]"
/* SCSS */
$brand: #ebeefd;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#ebeefd")Accessibility — WCAG contrast
Aa
#ebeefd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeefd on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ebeefd text on a black background
contrast 18.18:1
Card sample
#ebeefd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeefd;
Background color
Panel with #ebeefd background
background-color: #ebeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeefd; background: linear-gradient(135deg, #ebeefd, #F4EBFD);