#ebcafd
a pale, electric violet · warm · closest name: plum
RGB
235, 202, 253
HSL
279°, 93%, 89%
CMYK
7, 20, 0, 1
Luminance
0.6700
Every format
| HEX | #ebcafd |
| RGB | rgb(235, 202, 253) |
| HSL | hsl(279, 93%, 89%) |
| CMYK | cmyk(7%, 20%, 0%, 1%) |
| LAB | lab(85.5 20.6 -20.7) |
| LCH | lch(85.5 29.2 314.9) |
| OKLCH | oklch(0.883 0.077 313.6) |
Copy-ready code
/* CSS */
color: #ebcafd;
background-color: #ebcafd;
/* Tailwind (arbitrary) */
class="text-[#ebcafd] bg-[#ebcafd]"
/* SCSS */
$brand: #ebcafd;
/* SwiftUI */
Color(red: 0.922, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#ebcafd")Accessibility — WCAG contrast
Aa
#ebcafd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcafd on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green79.2%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ebcafd text on a black background
contrast 14.40:1
Card sample
#ebcafd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcafd;
Background color
Panel with #ebcafd background
background-color: #ebcafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcafd; background: linear-gradient(135deg, #ebcafd, #FDCAED);