#ebbefc
a pale, electric violet · warm · closest name: plum
RGB
235, 190, 252
HSL
284°, 91%, 87%
CMYK
7, 25, 0, 1
Luminance
0.6152
Every format
| HEX | #ebbefc |
| RGB | rgb(235, 190, 252) |
| HSL | hsl(284, 91%, 87%) |
| CMYK | cmyk(7%, 25%, 0%, 1%) |
| LAB | lab(82.7 26.8 -24.5) |
| LCH | lch(82.7 36.3 317.6) |
| OKLCH | oklch(0.861 0.097 316.6) |
Copy-ready code
/* CSS */
color: #ebbefc;
background-color: #ebbefc;
/* Tailwind (arbitrary) */
class="text-[#ebbefc] bg-[#ebbefc]"
/* SCSS */
$brand: #ebbefc;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.988)
/* Android */
Color.parseColor("#ebbefc")Accessibility — WCAG contrast
Aa
#ebbefc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbefc on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta24.6%
Yellow0.0%
Key (black)1.2%
Color previews
#ebbefc text on a black background
contrast 13.30:1
Card sample
#ebbefc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbefc;
Background color
Panel with #ebbefc background
background-color: #ebbefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbefc; background: linear-gradient(135deg, #ebbefc, #FCBEE4);