#ebbdfc
a pale, electric violet · warm · closest name: plum
RGB
235, 189, 252
HSL
284°, 91%, 87%
CMYK
7, 25, 0, 1
Luminance
0.6109
Every format
| HEX | #ebbdfc |
| RGB | rgb(235, 189, 252) |
| HSL | hsl(284, 91%, 87%) |
| CMYK | cmyk(7%, 25%, 0%, 1%) |
| LAB | lab(82.4 27.3 -24.8) |
| LCH | lch(82.4 36.9 317.8) |
| OKLCH | oklch(0.859 0.098 316.8) |
Copy-ready code
/* CSS */
color: #ebbdfc;
background-color: #ebbdfc;
/* Tailwind (arbitrary) */
class="text-[#ebbdfc] bg-[#ebbdfc]"
/* SCSS */
$brand: #ebbdfc;
/* SwiftUI */
Color(red: 0.922, green: 0.741, blue: 0.988)
/* Android */
Color.parseColor("#ebbdfc")Accessibility — WCAG contrast
Aa
#ebbdfc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbdfc on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.1%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta25.0%
Yellow0.0%
Key (black)1.2%
Color previews
#ebbdfc text on a black background
contrast 13.22:1
Card sample
#ebbdfc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbdfc;
Background color
Panel with #ebbdfc background
background-color: #ebbdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 189, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 189, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbdfc; background: linear-gradient(135deg, #ebbdfc, #FCBDE3);