#ebeef4
a pale, soft blue · cool · closest name: white
RGB
235, 238, 244
HSL
220°, 29%, 94%
CMYK
4, 3, 0, 4
Luminance
0.8534
Every format
| HEX | #ebeef4 |
| RGB | rgb(235, 238, 244) |
| HSL | hsl(220, 29%, 94%) |
| CMYK | cmyk(4%, 3%, 0%, 4%) |
| LAB | lab(94.0 0.1 -3.2) |
| LCH | lch(94.0 3.2 271.6) |
| OKLCH | oklch(0.949 0.009 264.5) |
Copy-ready code
/* CSS */
color: #ebeef4;
background-color: #ebeef4;
/* Tailwind (arbitrary) */
class="text-[#ebeef4] bg-[#ebeef4]"
/* SCSS */
$brand: #ebeef4;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.957)
/* Android */
Color.parseColor("#ebeef4")Accessibility — WCAG contrast
Aa
#ebeef4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeef4 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta2.5%
Yellow0.0%
Key (black)4.3%
Color previews
#ebeef4 text on a black background
contrast 18.07:1
Card sample
#ebeef4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeef4;
Background color
Panel with #ebeef4 background
background-color: #ebeef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeef4; background: linear-gradient(135deg, #ebeef4, #EEEBF4);