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