#ebedf7
a pale, soft blue · warm · closest name: lavender
RGB
235, 237, 247
HSL
230°, 43%, 95%
CMYK
5, 4, 0, 3
Luminance
0.8495
Every format
| HEX | #ebedf7 |
| RGB | rgb(235, 237, 247) |
| HSL | hsl(230, 43%, 95%) |
| CMYK | cmyk(5%, 4%, 0%, 3%) |
| LAB | lab(93.9 1.1 -5.0) |
| LCH | lch(93.9 5.2 282.8) |
| OKLCH | oklch(0.948 0.014 277.1) |
Copy-ready code
/* CSS */
color: #ebedf7;
background-color: #ebedf7;
/* Tailwind (arbitrary) */
class="text-[#ebedf7] bg-[#ebedf7]"
/* SCSS */
$brand: #ebedf7;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.969)
/* Android */
Color.parseColor("#ebedf7")Accessibility — WCAG contrast
Aa
#ebedf7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedf7 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue96.9%
CMYK percentages
Cyan4.9%
Magenta4.0%
Yellow0.0%
Key (black)3.1%
Color previews
#ebedf7 text on a black background
contrast 17.99:1
Card sample
#ebedf7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedf7;
Background color
Panel with #ebedf7 background
background-color: #ebedf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedf7; background: linear-gradient(135deg, #ebedf7, #F1EBF7);