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