#eeabfd
a light, electric violet · warm · closest name: plum
RGB
238, 171, 253
HSL
289°, 95%, 83%
CMYK
6, 32, 0, 1
Luminance
0.5439
Every format
| HEX | #eeabfd |
| RGB | rgb(238, 171, 253) |
| HSL | hsl(289, 95%, 83%) |
| CMYK | cmyk(6%, 32%, 0%, 1%) |
| LAB | lab(78.7 38.0 -31.1) |
| LCH | lch(78.7 49.1 320.8) |
| OKLCH | oklch(0.831 0.132 320.1) |
Copy-ready code
/* CSS */
color: #eeabfd;
background-color: #eeabfd;
/* Tailwind (arbitrary) */
class="text-[#eeabfd] bg-[#eeabfd]"
/* SCSS */
$brand: #eeabfd;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#eeabfd")Accessibility — WCAG contrast
Aa
#eeabfd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeabfd on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#eeabfd text on a black background
contrast 11.88:1
Card sample
#eeabfd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeabfd;
Background color
Panel with #eeabfd background
background-color: #eeabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeabfd; background: linear-gradient(135deg, #eeabfd, #FDABD5);