#ebbef6
a pale, electric violet · warm · closest name: plum
RGB
235, 190, 246
HSL
288°, 76%, 86%
CMYK
5, 23, 0, 4
Luminance
0.6114
Every format
| HEX | #ebbef6 |
| RGB | rgb(235, 190, 246) |
| HSL | hsl(288, 76%, 86%) |
| CMYK | cmyk(5%, 23%, 0%, 4%) |
| LAB | lab(82.5 25.7 -21.6) |
| LCH | lch(82.5 33.5 319.9) |
| OKLCH | oklch(0.859 0.090 319.6) |
Copy-ready code
/* CSS */
color: #ebbef6;
background-color: #ebbef6;
/* Tailwind (arbitrary) */
class="text-[#ebbef6] bg-[#ebbef6]"
/* SCSS */
$brand: #ebbef6;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.965)
/* Android */
Color.parseColor("#ebbef6")Accessibility — WCAG contrast
Aa
#ebbef6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbef6 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue96.5%
CMYK percentages
Cyan4.5%
Magenta22.8%
Yellow0.0%
Key (black)3.5%
Color previews
#ebbef6 text on a black background
contrast 13.23:1
Card sample
#ebbef6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbef6;
Background color
Panel with #ebbef6 background
background-color: #ebbef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbef6; background: linear-gradient(135deg, #ebbef6, #F6BEDC);