#ebeef7
a pale, soft blue · warm · closest name: lavender
RGB
235, 238, 247
HSL
225°, 43%, 95%
CMYK
5, 4, 0, 3
Luminance
0.8553
Every format
| HEX | #ebeef7 |
| RGB | rgb(235, 238, 247) |
| HSL | hsl(225, 43%, 95%) |
| CMYK | cmyk(5%, 4%, 0%, 3%) |
| LAB | lab(94.1 0.6 -4.7) |
| LCH | lch(94.1 4.7 277.8) |
| OKLCH | oklch(0.949 0.013 271.3) |
Copy-ready code
/* CSS */
color: #ebeef7;
background-color: #ebeef7;
/* Tailwind (arbitrary) */
class="text-[#ebeef7] bg-[#ebeef7]"
/* SCSS */
$brand: #ebeef7;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.969)
/* Android */
Color.parseColor("#ebeef7")Accessibility — WCAG contrast
Aa
#ebeef7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeef7 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue96.9%
CMYK percentages
Cyan4.9%
Magenta3.6%
Yellow0.0%
Key (black)3.1%
Color previews
#ebeef7 text on a black background
contrast 18.11:1
Card sample
#ebeef7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeef7;
Background color
Panel with #ebeef7 background
background-color: #ebeef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeef7; background: linear-gradient(135deg, #ebeef7, #F0EBF7);