#ebadfd
a light, electric violet · warm · closest name: plum
RGB
235, 173, 253
HSL
287°, 95%, 84%
CMYK
7, 32, 0, 1
Luminance
0.5464
Every format
| HEX | #ebadfd |
| RGB | rgb(235, 173, 253) |
| HSL | hsl(287, 95%, 84%) |
| CMYK | cmyk(7%, 32%, 0%, 1%) |
| LAB | lab(78.8 36.1 -30.9) |
| LCH | lch(78.8 47.5 319.5) |
| OKLCH | oklch(0.832 0.127 318.5) |
Copy-ready code
/* CSS */
color: #ebadfd;
background-color: #ebadfd;
/* Tailwind (arbitrary) */
class="text-[#ebadfd] bg-[#ebadfd]"
/* SCSS */
$brand: #ebadfd;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#ebadfd")Accessibility — WCAG contrast
Aa
#ebadfd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadfd on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ebadfd text on a black background
contrast 11.93:1
Card sample
#ebadfd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadfd;
Background color
Panel with #ebadfd background
background-color: #ebadfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadfd; background: linear-gradient(135deg, #ebadfd, #FDADDA);