#eabfdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 191, 223
HSL
315°, 51%, 83%
CMYK
0, 18, 5, 8
Luminance
0.6008
Every format
| HEX | #eabfdf |
| RGB | rgb(234, 191, 223) |
| HSL | hsl(315, 51%, 83%) |
| CMYK | cmyk(0%, 18%, 5%, 8%) |
| LAB | lab(81.9 20.6 -10.1) |
| LCH | lch(81.9 22.9 333.8) |
| OKLCH | oklch(0.852 0.064 335.3) |
Copy-ready code
/* CSS */
color: #eabfdf;
background-color: #eabfdf;
/* Tailwind (arbitrary) */
class="text-[#eabfdf] bg-[#eabfdf]"
/* SCSS */
$brand: #eabfdf;
/* SwiftUI */
Color(red: 0.918, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#eabfdf")Accessibility — WCAG contrast
Aa
#eabfdf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabfdf on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow4.7%
Key (black)8.2%
Color previews
#eabfdf text on a black background
contrast 13.02:1
Card sample
#eabfdf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabfdf;
Background color
Panel with #eabfdf background
background-color: #eabfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabfdf; background: linear-gradient(135deg, #eabfdf, #EABFC2);