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