#ebeef1
a pale, soft blue · cool · closest name: white
RGB
235, 238, 241
HSL
210°, 18%, 93%
CMYK
3, 1, 0, 6
Luminance
0.8516
Every format
| HEX | #ebeef1 |
| RGB | rgb(235, 238, 241) |
| HSL | hsl(210, 18%, 93%) |
| CMYK | cmyk(3%, 1%, 0%, 6%) |
| LAB | lab(94.0 -0.5 -1.8) |
| LCH | lch(94.0 1.9 255.7) |
| OKLCH | oklch(0.948 0.005 247.9) |
Copy-ready code
/* CSS */
color: #ebeef1;
background-color: #ebeef1;
/* Tailwind (arbitrary) */
class="text-[#ebeef1] bg-[#ebeef1]"
/* SCSS */
$brand: #ebeef1;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#ebeef1")Accessibility — WCAG contrast
Aa
#ebeef1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeef1 on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#ebeef1 text on a black background
contrast 18.03:1
Card sample
#ebeef1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeef1;
Background color
Panel with #ebeef1 background
background-color: #ebeef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeef1; background: linear-gradient(135deg, #ebeef1, #ECEBF1);