#eabef1
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 190, 241
HSL
292°, 65%, 85%
CMYK
3, 21, 0, 6
Luminance
0.6067
Every format
| HEX | #eabef1 |
| RGB | rgb(234, 190, 241) |
| HSL | hsl(292, 65%, 85%) |
| CMYK | cmyk(3%, 21%, 0%, 6%) |
| LAB | lab(82.2 24.4 -19.3) |
| LCH | lch(82.2 31.1 321.6) |
| OKLCH | oklch(0.856 0.084 321.7) |
Copy-ready code
/* CSS */
color: #eabef1;
background-color: #eabef1;
/* Tailwind (arbitrary) */
class="text-[#eabef1] bg-[#eabef1]"
/* SCSS */
$brand: #eabef1;
/* SwiftUI */
Color(red: 0.918, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#eabef1")Accessibility — WCAG contrast
Aa
#eabef1 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabef1 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.5%
Blue94.5%
CMYK percentages
Cyan2.9%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#eabef1 text on a black background
contrast 13.13:1
Card sample
#eabef1 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabef1;
Background color
Panel with #eabef1 background
background-color: #eabef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabef1; background: linear-gradient(135deg, #eabef1, #F1BED6);