#ebcdfd
a pale, electric violet · warm · closest name: plum
RGB
235, 205, 253
HSL
278°, 92%, 90%
CMYK
7, 19, 0, 1
Luminance
0.6842
Every format
| HEX | #ebcdfd |
| RGB | rgb(235, 205, 253) |
| HSL | hsl(278, 92%, 90%) |
| CMYK | cmyk(7%, 19%, 0%, 1%) |
| LAB | lab(86.2 19.0 -19.6) |
| LCH | lch(86.2 27.3 314.1) |
| OKLCH | oklch(0.888 0.072 312.8) |
Copy-ready code
/* CSS */
color: #ebcdfd;
background-color: #ebcdfd;
/* Tailwind (arbitrary) */
class="text-[#ebcdfd] bg-[#ebcdfd]"
/* SCSS */
$brand: #ebcdfd;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#ebcdfd")Accessibility — WCAG contrast
Aa
#ebcdfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdfd on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ebcdfd text on a black background
contrast 14.68:1
Card sample
#ebcdfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdfd;
Background color
Panel with #ebcdfd background
background-color: #ebcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdfd; background: linear-gradient(135deg, #ebcdfd, #FDCDEF);