#ebddf9
a pale, vivid violet · warm · closest name: lavender
RGB
235, 221, 249
HSL
270°, 70%, 92%
CMYK
6, 11, 0, 2
Luminance
0.7621
Every format
| HEX | #ebddf9 |
| RGB | rgb(235, 221, 249) |
| HSL | hsl(270, 70%, 92%) |
| CMYK | cmyk(6%, 11%, 0%, 2%) |
| LAB | lab(90.0 9.8 -11.9) |
| LCH | lch(90.0 15.4 309.6) |
| OKLCH | oklch(0.917 0.040 308.0) |
Copy-ready code
/* CSS */
color: #ebddf9;
background-color: #ebddf9;
/* Tailwind (arbitrary) */
class="text-[#ebddf9] bg-[#ebddf9]"
/* SCSS */
$brand: #ebddf9;
/* SwiftUI */
Color(red: 0.922, green: 0.867, blue: 0.976)
/* Android */
Color.parseColor("#ebddf9")Accessibility — WCAG contrast
Aa
#ebddf9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebddf9 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.7%
Blue97.6%
CMYK percentages
Cyan5.6%
Magenta11.2%
Yellow0.0%
Key (black)2.4%
Color previews
#ebddf9 text on a black background
contrast 16.24:1
Card sample
#ebddf9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebddf9;
Background color
Panel with #ebddf9 background
background-color: #ebddf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebddf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 221, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 221, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebddf9; background: linear-gradient(135deg, #ebddf9, #F9DDF4);