#ee8fdf
a light, vivid magenta / pink · warm · closest name: violet
RGB
238, 143, 223
HSL
310°, 74%, 75%
CMYK
0, 40, 6, 7
Luminance
0.4315
Every format
| HEX | #ee8fdf |
| RGB | rgb(238, 143, 223) |
| HSL | hsl(310, 74%, 75%) |
| CMYK | cmyk(0%, 40%, 6%, 7%) |
| LAB | lab(71.7 47.2 -25.5) |
| LCH | lch(71.7 53.7 331.6) |
| OKLCH | oklch(0.775 0.151 332.9) |
Copy-ready code
/* CSS */
color: #ee8fdf;
background-color: #ee8fdf;
/* Tailwind (arbitrary) */
class="text-[#ee8fdf] bg-[#ee8fdf]"
/* SCSS */
$brand: #ee8fdf;
/* SwiftUI */
Color(red: 0.933, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#ee8fdf")Accessibility — WCAG contrast
Aa
#ee8fdf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8fdf on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow6.3%
Key (black)6.7%
Color previews
#ee8fdf text on a black background
contrast 9.63:1
Card sample
#ee8fdf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8fdf;
Background color
Panel with #ee8fdf background
background-color: #ee8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8fdf; background: linear-gradient(135deg, #ee8fdf, #EE8FA0);