#ebcdfe
a pale, electric violet · warm · closest name: plum
RGB
235, 205, 254
HSL
277°, 96%, 90%
CMYK
8, 19, 0, 0
Luminance
0.6848
Every format
| HEX | #ebcdfe |
| RGB | rgb(235, 205, 254) |
| HSL | hsl(277, 96%, 90%) |
| CMYK | cmyk(8%, 19%, 0%, 0%) |
| LAB | lab(86.3 19.2 -20.1) |
| LCH | lch(86.3 27.8 313.7) |
| OKLCH | oklch(0.889 0.073 312.2) |
Copy-ready code
/* CSS */
color: #ebcdfe;
background-color: #ebcdfe;
/* Tailwind (arbitrary) */
class="text-[#ebcdfe] bg-[#ebcdfe]"
/* SCSS */
$brand: #ebcdfe;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#ebcdfe")Accessibility — WCAG contrast
Aa
#ebcdfe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcdfe on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ebcdfe text on a black background
contrast 14.70:1
Card sample
#ebcdfe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcdfe;
Background color
Panel with #ebcdfe background
background-color: #ebcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcdfe; background: linear-gradient(135deg, #ebcdfe, #FECDF0);