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