#ebedf3
a pale, soft blue · warm · closest name: white
RGB
235, 237, 243
HSL
225°, 25%, 94%
CMYK
3, 3, 0, 5
Luminance
0.8470
Every format
| HEX | #ebedf3 |
| RGB | rgb(235, 237, 243) |
| HSL | hsl(225, 25%, 94%) |
| CMYK | cmyk(3%, 3%, 0%, 5%) |
| LAB | lab(93.8 0.4 -3.1) |
| LCH | lch(93.8 3.2 277.6) |
| OKLCH | oklch(0.946 0.008 271.3) |
Copy-ready code
/* CSS */
color: #ebedf3;
background-color: #ebedf3;
/* Tailwind (arbitrary) */
class="text-[#ebedf3] bg-[#ebedf3]"
/* SCSS */
$brand: #ebedf3;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.953)
/* Android */
Color.parseColor("#ebedf3")Accessibility — WCAG contrast
Aa
#ebedf3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedf3 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta2.5%
Yellow0.0%
Key (black)4.7%
Color previews
#ebedf3 text on a black background
contrast 17.94:1
Card sample
#ebedf3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedf3;
Background color
Panel with #ebedf3 background
background-color: #ebedf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedf3; background: linear-gradient(135deg, #ebedf3, #EEEBF3);