#ef8cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 140, 223
HSL
310°, 76%, 74%
CMYK
0, 41, 7, 6
Luminance
0.4243
Every format
| HEX | #ef8cdf |
| RGB | rgb(239, 140, 223) |
| HSL | hsl(310, 76%, 74%) |
| CMYK | cmyk(0%, 41%, 7%, 6%) |
| LAB | lab(71.2 49.1 -26.3) |
| LCH | lch(71.2 55.7 331.8) |
| OKLCH | oklch(0.771 0.157 333.2) |
Copy-ready code
/* CSS */
color: #ef8cdf;
background-color: #ef8cdf;
/* Tailwind (arbitrary) */
class="text-[#ef8cdf] bg-[#ef8cdf]"
/* SCSS */
$brand: #ef8cdf;
/* SwiftUI */
Color(red: 0.937, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#ef8cdf")Accessibility — WCAG contrast
Aa
#ef8cdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef8cdf on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow6.7%
Key (black)6.3%
Color previews
#ef8cdf text on a black background
contrast 9.49:1
Card sample
#ef8cdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef8cdf;
Background color
Panel with #ef8cdf background
background-color: #ef8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef8cdf; background: linear-gradient(135deg, #ef8cdf, #EF8C9D);