#ebdafc
a pale, electric violet · warm · closest name: lavender
RGB
235, 218, 252
HSL
270°, 85%, 92%
CMYK
7, 14, 0, 1
Luminance
0.7483
Every format
| HEX | #ebdafc |
| RGB | rgb(235, 218, 252) |
| HSL | hsl(270, 85%, 92%) |
| CMYK | cmyk(7%, 14%, 0%, 1%) |
| LAB | lab(89.3 12.0 -14.4) |
| LCH | lch(89.3 18.7 309.7) |
| OKLCH | oklch(0.912 0.049 307.9) |
Copy-ready code
/* CSS */
color: #ebdafc;
background-color: #ebdafc;
/* Tailwind (arbitrary) */
class="text-[#ebdafc] bg-[#ebdafc]"
/* SCSS */
$brand: #ebdafc;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#ebdafc")Accessibility — WCAG contrast
Aa
#ebdafc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdafc on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ebdafc text on a black background
contrast 15.97:1
Card sample
#ebdafc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdafc;
Background color
Panel with #ebdafc background
background-color: #ebdafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdafc; background: linear-gradient(135deg, #ebdafc, #FCDAF6);