#ebedf4
a pale, soft blue · warm · closest name: lavender
RGB
235, 237, 244
HSL
227°, 29%, 94%
CMYK
4, 3, 0, 4
Luminance
0.8476
Every format
| HEX | #ebedf4 |
| RGB | rgb(235, 237, 244) |
| HSL | hsl(227, 29%, 94%) |
| CMYK | cmyk(4%, 3%, 0%, 4%) |
| LAB | lab(93.8 0.6 -3.6) |
| LCH | lch(93.8 3.7 279.4) |
| OKLCH | oklch(0.947 0.010 273.4) |
Copy-ready code
/* CSS */
color: #ebedf4;
background-color: #ebedf4;
/* Tailwind (arbitrary) */
class="text-[#ebedf4] bg-[#ebedf4]"
/* SCSS */
$brand: #ebedf4;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.957)
/* Android */
Color.parseColor("#ebedf4")Accessibility — WCAG contrast
Aa
#ebedf4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedf4 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta2.9%
Yellow0.0%
Key (black)4.3%
Color previews
#ebedf4 text on a black background
contrast 17.95:1
Card sample
#ebedf4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedf4;
Background color
Panel with #ebedf4 background
background-color: #ebedf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedf4; background: linear-gradient(135deg, #ebedf4, #EFEBF4);