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