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