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