#eebfdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 191, 223
HSL
319°, 58%, 84%
CMYK
0, 20, 6, 7
Luminance
0.6077
Every format
| HEX | #eebfdf |
| RGB | rgb(238, 191, 223) |
| HSL | hsl(319, 58%, 84%) |
| CMYK | cmyk(0%, 20%, 6%, 7%) |
| LAB | lab(82.3 21.9 -9.5) |
| LCH | lch(82.3 23.9 336.5) |
| OKLCH | oklch(0.856 0.068 338.1) |
Copy-ready code
/* CSS */
color: #eebfdf;
background-color: #eebfdf;
/* Tailwind (arbitrary) */
class="text-[#eebfdf] bg-[#eebfdf]"
/* SCSS */
$brand: #eebfdf;
/* SwiftUI */
Color(red: 0.933, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#eebfdf")Accessibility — WCAG contrast
Aa
#eebfdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebfdf on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow6.3%
Key (black)6.7%
Color previews
#eebfdf text on a black background
contrast 13.15:1
Card sample
#eebfdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebfdf;
Background color
Panel with #eebfdf background
background-color: #eebfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebfdf; background: linear-gradient(135deg, #eebfdf, #EEBFC0);