#ebdffc
a pale, electric violet · warm · closest name: lavender
RGB
235, 223, 252
HSL
265°, 83%, 93%
CMYK
7, 12, 0, 1
Luminance
0.7747
Every format
| HEX | #ebdffc |
| RGB | rgb(235, 223, 252) |
| HSL | hsl(265, 83%, 93%) |
| CMYK | cmyk(7%, 12%, 0%, 1%) |
| LAB | lab(90.5 9.3 -12.6) |
| LCH | lch(90.5 15.7 306.6) |
| OKLCH | oklch(0.922 0.041 304.3) |
Copy-ready code
/* CSS */
color: #ebdffc;
background-color: #ebdffc;
/* Tailwind (arbitrary) */
class="text-[#ebdffc] bg-[#ebdffc]"
/* SCSS */
$brand: #ebdffc;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#ebdffc")Accessibility — WCAG contrast
Aa
#ebdffc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdffc on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ebdffc text on a black background
contrast 16.49:1
Card sample
#ebdffc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdffc;
Background color
Panel with #ebdffc background
background-color: #ebdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdffc; background: linear-gradient(135deg, #ebdffc, #FCDFFA);