#ebc9fc
a pale, electric violet · warm · closest name: plum
RGB
235, 201, 252
HSL
280°, 90%, 89%
CMYK
7, 20, 0, 1
Luminance
0.6646
Every format
| HEX | #ebc9fc |
| RGB | rgb(235, 201, 252) |
| HSL | hsl(280, 90%, 89%) |
| CMYK | cmyk(7%, 20%, 0%, 1%) |
| LAB | lab(85.2 20.9 -20.6) |
| LCH | lch(85.2 29.4 315.5) |
| OKLCH | oklch(0.881 0.078 314.4) |
Copy-ready code
/* CSS */
color: #ebc9fc;
background-color: #ebc9fc;
/* Tailwind (arbitrary) */
class="text-[#ebc9fc] bg-[#ebc9fc]"
/* SCSS */
$brand: #ebc9fc;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#ebc9fc")Accessibility — WCAG contrast
Aa
#ebc9fc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9fc on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ebc9fc text on a black background
contrast 14.29:1
Card sample
#ebc9fc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9fc;
Background color
Panel with #ebc9fc background
background-color: #ebc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9fc; background: linear-gradient(135deg, #ebc9fc, #FCC9EB);