#ebeef6
a pale, soft blue · cool · closest name: lavender
RGB
235, 238, 246
HSL
224°, 38%, 94%
CMYK
5, 3, 0, 4
Luminance
0.8547
Every format
| HEX | #ebeef6 |
| RGB | rgb(235, 238, 246) |
| HSL | hsl(224, 38%, 94%) |
| CMYK | cmyk(5%, 3%, 0%, 4%) |
| LAB | lab(94.1 0.5 -4.2) |
| LCH | lch(94.1 4.2 276.3) |
| OKLCH | oklch(0.949 0.011 269.5) |
Copy-ready code
/* CSS */
color: #ebeef6;
background-color: #ebeef6;
/* Tailwind (arbitrary) */
class="text-[#ebeef6] bg-[#ebeef6]"
/* SCSS */
$brand: #ebeef6;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.965)
/* Android */
Color.parseColor("#ebeef6")Accessibility — WCAG contrast
Aa
#ebeef6 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeef6 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue96.5%
CMYK percentages
Cyan4.5%
Magenta3.3%
Yellow0.0%
Key (black)3.5%
Color previews
#ebeef6 text on a black background
contrast 18.09:1
Card sample
#ebeef6 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeef6;
Background color
Panel with #ebeef6 background
background-color: #ebeef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeef6; background: linear-gradient(135deg, #ebeef6, #EFEBF6);