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