#ebacfe
a light, electric violet · warm · closest name: plum
RGB
235, 172, 254
HSL
286°, 98%, 84%
CMYK
8, 32, 0, 0
Luminance
0.5432
Every format
| HEX | #ebacfe |
| RGB | rgb(235, 172, 254) |
| HSL | hsl(286, 98%, 84%) |
| CMYK | cmyk(8%, 32%, 0%, 0%) |
| LAB | lab(78.7 36.8 -31.7) |
| LCH | lch(78.7 48.5 319.3) |
| OKLCH | oklch(0.831 0.130 318.2) |
Copy-ready code
/* CSS */
color: #ebacfe;
background-color: #ebacfe;
/* Tailwind (arbitrary) */
class="text-[#ebacfe] bg-[#ebacfe]"
/* SCSS */
$brand: #ebacfe;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#ebacfe")Accessibility — WCAG contrast
Aa
#ebacfe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacfe on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ebacfe text on a black background
contrast 11.86:1
Card sample
#ebacfe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacfe;
Background color
Panel with #ebacfe background
background-color: #ebacfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacfe; background: linear-gradient(135deg, #ebacfe, #FEACDA);