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