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