#ebdefd
a pale, electric violet · warm · closest name: lavender
RGB
235, 222, 253
HSL
265°, 89%, 93%
CMYK
7, 12, 0, 1
Luminance
0.7700
Every format
| HEX | #ebdefd |
| RGB | rgb(235, 222, 253) |
| HSL | hsl(265, 89%, 93%) |
| CMYK | cmyk(7%, 12%, 0%, 1%) |
| LAB | lab(90.3 10.1 -13.4) |
| LCH | lch(90.3 16.8 306.8) |
| OKLCH | oklch(0.920 0.044 304.5) |
Copy-ready code
/* CSS */
color: #ebdefd;
background-color: #ebdefd;
/* Tailwind (arbitrary) */
class="text-[#ebdefd] bg-[#ebdefd]"
/* SCSS */
$brand: #ebdefd;
/* SwiftUI */
Color(red: 0.922, green: 0.871, blue: 0.992)
/* Android */
Color.parseColor("#ebdefd")Accessibility — WCAG contrast
Aa
#ebdefd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdefd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.1%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta12.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ebdefd text on a black background
contrast 16.40:1
Card sample
#ebdefd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdefd;
Background color
Panel with #ebdefd background
background-color: #ebdefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 222, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 222, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdefd; background: linear-gradient(135deg, #ebdefd, #FDDEFA);