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