#ebc9fe
a pale, electric violet · warm · closest name: plum
RGB
235, 201, 254
HSL
279°, 96%, 89%
CMYK
8, 21, 0, 0
Luminance
0.6659
Every format
| HEX | #ebc9fe |
| RGB | rgb(235, 201, 254) |
| HSL | hsl(279, 96%, 89%) |
| CMYK | cmyk(8%, 21%, 0%, 0%) |
| LAB | lab(85.3 21.3 -21.5) |
| LCH | lch(85.3 30.3 314.8) |
| OKLCH | oklch(0.881 0.080 313.4) |
Copy-ready code
/* CSS */
color: #ebc9fe;
background-color: #ebc9fe;
/* Tailwind (arbitrary) */
class="text-[#ebc9fe] bg-[#ebc9fe]"
/* SCSS */
$brand: #ebc9fe;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.996)
/* Android */
Color.parseColor("#ebc9fe")Accessibility — WCAG contrast
Aa
#ebc9fe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9fe on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta20.9%
Yellow0.0%
Key (black)0.4%
Color previews
#ebc9fe text on a black background
contrast 14.32:1
Card sample
#ebc9fe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9fe;
Background color
Panel with #ebc9fe background
background-color: #ebc9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9fe; background: linear-gradient(135deg, #ebc9fe, #FEC9EE);