#ebedf5
a pale, soft blue · warm · closest name: lavender
RGB
235, 237, 245
HSL
228°, 33%, 94%
CMYK
4, 3, 0, 4
Luminance
0.8482
Every format
| HEX | #ebedf5 |
| RGB | rgb(235, 237, 245) |
| HSL | hsl(228, 33%, 94%) |
| CMYK | cmyk(4%, 3%, 0%, 4%) |
| LAB | lab(93.8 0.8 -4.1) |
| LCH | lch(93.8 4.2 280.9) |
| OKLCH | oklch(0.947 0.011 274.9) |
Copy-ready code
/* CSS */
color: #ebedf5;
background-color: #ebedf5;
/* Tailwind (arbitrary) */
class="text-[#ebedf5] bg-[#ebedf5]"
/* SCSS */
$brand: #ebedf5;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.961)
/* Android */
Color.parseColor("#ebedf5")Accessibility — WCAG contrast
Aa
#ebedf5 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedf5 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue96.1%
CMYK percentages
Cyan4.1%
Magenta3.3%
Yellow0.0%
Key (black)3.9%
Color previews
#ebedf5 text on a black background
contrast 17.96:1
Card sample
#ebedf5 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedf5;
Background color
Panel with #ebedf5 background
background-color: #ebedf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedf5; background: linear-gradient(135deg, #ebedf5, #F0EBF5);