#ebecf8
a pale, vivid blue · warm · closest name: lavender
RGB
235, 236, 248
HSL
235°, 48%, 95%
CMYK
5, 5, 0, 3
Luminance
0.8443
Every format
| HEX | #ebecf8 |
| RGB | rgb(235, 236, 248) |
| HSL | hsl(235, 48%, 95%) |
| CMYK | cmyk(5%, 5%, 0%, 3%) |
| LAB | lab(93.6 1.9 -5.9) |
| LCH | lch(93.6 6.2 287.4) |
| OKLCH | oklch(0.946 0.016 282.3) |
Copy-ready code
/* CSS */
color: #ebecf8;
background-color: #ebecf8;
/* Tailwind (arbitrary) */
class="text-[#ebecf8] bg-[#ebecf8]"
/* SCSS */
$brand: #ebecf8;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#ebecf8")Accessibility — WCAG contrast
Aa
#ebecf8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecf8 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue97.3%
CMYK percentages
Cyan5.2%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#ebecf8 text on a black background
contrast 17.89:1
Card sample
#ebecf8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecf8;
Background color
Panel with #ebecf8 background
background-color: #ebecf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecf8; background: linear-gradient(135deg, #ebecf8, #F3EBF8);