#ebdef2
a pale, soft violet · warm · closest name: lavender
RGB
235, 222, 242
HSL
279°, 44%, 91%
CMYK
3, 8, 0, 5
Luminance
0.7632
Every format
| HEX | #ebdef2 |
| RGB | rgb(235, 222, 242) |
| HSL | hsl(279, 44%, 91%) |
| CMYK | cmyk(3%, 8%, 0%, 5%) |
| LAB | lab(90.0 8.0 -8.1) |
| LCH | lch(90.0 11.4 314.5) |
| OKLCH | oklch(0.917 0.030 314.0) |
Copy-ready code
/* CSS */
color: #ebdef2;
background-color: #ebdef2;
/* Tailwind (arbitrary) */
class="text-[#ebdef2] bg-[#ebdef2]"
/* SCSS */
$brand: #ebdef2;
/* SwiftUI */
Color(red: 0.922, green: 0.871, blue: 0.949)
/* Android */
Color.parseColor("#ebdef2")Accessibility — WCAG contrast
Aa
#ebdef2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdef2 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.1%
Blue94.9%
CMYK percentages
Cyan2.9%
Magenta8.3%
Yellow0.0%
Key (black)5.1%
Color previews
#ebdef2 text on a black background
contrast 16.26:1
Card sample
#ebdef2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdef2;
Background color
Panel with #ebdef2 background
background-color: #ebdef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 222, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 222, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdef2; background: linear-gradient(135deg, #ebdef2, #F2DEEC);