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