#ebecf1
a pale, soft blue · warm · closest name: white
RGB
235, 236, 241
HSL
230°, 18%, 93%
CMYK
3, 2, 0, 6
Luminance
0.8400
Every format
| HEX | #ebecf1 |
| RGB | rgb(235, 236, 241) |
| HSL | hsl(230, 18%, 93%) |
| CMYK | cmyk(3%, 2%, 0%, 6%) |
| LAB | lab(93.5 0.6 -2.5) |
| LCH | lch(93.5 2.6 282.7) |
| OKLCH | oklch(0.944 0.007 277.2) |
Copy-ready code
/* CSS */
color: #ebecf1;
background-color: #ebecf1;
/* Tailwind (arbitrary) */
class="text-[#ebecf1] bg-[#ebecf1]"
/* SCSS */
$brand: #ebecf1;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#ebecf1")Accessibility — WCAG contrast
Aa
#ebecf1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecf1 on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta2.1%
Yellow0.0%
Key (black)5.5%
Color previews
#ebecf1 text on a black background
contrast 17.80:1
Card sample
#ebecf1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecf1;
Background color
Panel with #ebecf1 background
background-color: #ebecf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecf1; background: linear-gradient(135deg, #ebecf1, #EEEBF1);