#eabfe2
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 191, 226
HSL
311°, 51%, 83%
CMYK
0, 18, 3, 8
Luminance
0.6025
Every format
| HEX | #eabfe2 |
| RGB | rgb(234, 191, 226) |
| HSL | hsl(311, 51%, 83%) |
| CMYK | cmyk(0%, 18%, 3%, 8%) |
| LAB | lab(82.0 21.1 -11.6) |
| LCH | lch(82.0 24.1 331.2) |
| OKLCH | oklch(0.853 0.067 332.6) |
Copy-ready code
/* CSS */
color: #eabfe2;
background-color: #eabfe2;
/* Tailwind (arbitrary) */
class="text-[#eabfe2] bg-[#eabfe2]"
/* SCSS */
$brand: #eabfe2;
/* SwiftUI */
Color(red: 0.918, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#eabfe2")Accessibility — WCAG contrast
Aa
#eabfe2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabfe2 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow3.4%
Key (black)8.2%
Color previews
#eabfe2 text on a black background
contrast 13.05:1
Card sample
#eabfe2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabfe2;
Background color
Panel with #eabfe2 background
background-color: #eabfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabfe2; background: linear-gradient(135deg, #eabfe2, #EABFC5);