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