#ebbefd
a pale, electric violet · warm · closest name: plum
RGB
235, 190, 253
HSL
283°, 94%, 87%
CMYK
7, 25, 0, 1
Luminance
0.6158
Every format
| HEX | #ebbefd |
| RGB | rgb(235, 190, 253) |
| HSL | hsl(283, 94%, 87%) |
| CMYK | cmyk(7%, 25%, 0%, 1%) |
| LAB | lab(82.7 27.0 -24.9) |
| LCH | lch(82.7 36.8 317.3) |
| OKLCH | oklch(0.861 0.098 316.2) |
Copy-ready code
/* CSS */
color: #ebbefd;
background-color: #ebbefd;
/* Tailwind (arbitrary) */
class="text-[#ebbefd] bg-[#ebbefd]"
/* SCSS */
$brand: #ebbefd;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#ebbefd")Accessibility — WCAG contrast
Aa
#ebbefd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbefd on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta24.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ebbefd text on a black background
contrast 13.32:1
Card sample
#ebbefd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbefd;
Background color
Panel with #ebbefd background
background-color: #ebbefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbefd; background: linear-gradient(135deg, #ebbefd, #FDBEE5);