#ebc2fe
a pale, electric violet · warm · closest name: plum
RGB
235, 194, 254
HSL
281°, 97%, 88%
CMYK
8, 24, 0, 0
Luminance
0.6340
Every format
| HEX | #ebc2fe |
| RGB | rgb(235, 194, 254) |
| HSL | hsl(281, 97%, 88%) |
| CMYK | cmyk(8%, 24%, 0%, 0%) |
| LAB | lab(83.7 25.1 -24.0) |
| LCH | lch(83.7 34.7 316.2) |
| OKLCH | oklch(0.869 0.092 315.0) |
Copy-ready code
/* CSS */
color: #ebc2fe;
background-color: #ebc2fe;
/* Tailwind (arbitrary) */
class="text-[#ebc2fe] bg-[#ebc2fe]"
/* SCSS */
$brand: #ebc2fe;
/* SwiftUI */
Color(red: 0.922, green: 0.761, blue: 0.996)
/* Android */
Color.parseColor("#ebc2fe")Accessibility — WCAG contrast
Aa
#ebc2fe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc2fe on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green76.1%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta23.6%
Yellow0.0%
Key (black)0.4%
Color previews
#ebc2fe text on a black background
contrast 13.68:1
Card sample
#ebc2fe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc2fe;
Background color
Panel with #ebc2fe background
background-color: #ebc2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 194, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 194, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc2fe; background: linear-gradient(135deg, #ebc2fe, #FEC2E9);