#ebaafd
a light, electric violet · warm · closest name: plum
RGB
235, 170, 253
HSL
287°, 95%, 83%
CMYK
7, 33, 0, 1
Luminance
0.5350
Every format
| HEX | #ebaafd |
| RGB | rgb(235, 170, 253) |
| HSL | hsl(287, 95%, 83%) |
| CMYK | cmyk(7%, 33%, 0%, 1%) |
| LAB | lab(78.2 37.7 -31.9) |
| LCH | lch(78.2 49.3 319.8) |
| OKLCH | oklch(0.827 0.132 318.8) |
Copy-ready code
/* CSS */
color: #ebaafd;
background-color: #ebaafd;
/* Tailwind (arbitrary) */
class="text-[#ebaafd] bg-[#ebaafd]"
/* SCSS */
$brand: #ebaafd;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#ebaafd")Accessibility — WCAG contrast
Aa
#ebaafd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaafd on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ebaafd text on a black background
contrast 11.70:1
Card sample
#ebaafd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaafd;
Background color
Panel with #ebaafd background
background-color: #ebaafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaafd; background: linear-gradient(135deg, #ebaafd, #FDAAD8);