#ebedfe
a pale, electric blue · warm · closest name: lavender
RGB
235, 237, 254
HSL
234°, 91%, 96%
CMYK
8, 7, 0, 0
Luminance
0.8539
Every format
| HEX | #ebedfe |
| RGB | rgb(235, 237, 254) |
| HSL | hsl(234, 91%, 96%) |
| CMYK | cmyk(8%, 7%, 0%, 0%) |
| LAB | lab(94.0 2.5 -8.4) |
| LCH | lch(94.0 8.8 286.4) |
| OKLCH | oklch(0.950 0.023 280.6) |
Copy-ready code
/* CSS */
color: #ebedfe;
background-color: #ebedfe;
/* Tailwind (arbitrary) */
class="text-[#ebedfe] bg-[#ebedfe]"
/* SCSS */
$brand: #ebedfe;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.996)
/* Android */
Color.parseColor("#ebedfe")Accessibility — WCAG contrast
Aa
#ebedfe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedfe on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta6.7%
Yellow0.0%
Key (black)0.4%
Color previews
#ebedfe text on a black background
contrast 18.08:1
Card sample
#ebedfe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedfe;
Background color
Panel with #ebedfe background
background-color: #ebedfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedfe; background: linear-gradient(135deg, #ebedfe, #F6EBFE);