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