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