#ebadff
a light, electric violet · warm · closest name: plum
RGB
235, 173, 255
HSL
285°, 100%, 84%
CMYK
8, 32, 0, 0
Luminance
0.5477
Every format
| HEX | #ebadff |
| RGB | rgb(235, 173, 255) |
| HSL | hsl(285, 100%, 84%) |
| CMYK | cmyk(8%, 32%, 0%, 0%) |
| LAB | lab(78.9 36.5 -31.8) |
| LCH | lch(78.9 48.4 318.9) |
| OKLCH | oklch(0.833 0.129 317.7) |
Copy-ready code
/* CSS */
color: #ebadff;
background-color: #ebadff;
/* Tailwind (arbitrary) */
class="text-[#ebadff] bg-[#ebadff]"
/* SCSS */
$brand: #ebadff;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#ebadff")Accessibility — WCAG contrast
Aa
#ebadff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadff on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ebadff text on a black background
contrast 11.95:1
Card sample
#ebadff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadff;
Background color
Panel with #ebadff background
background-color: #ebadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadff; background: linear-gradient(135deg, #ebadff, #FFADDC);