#ef2cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 44, 223
HSL
305°, 86%, 56%
CMYK
0, 82, 7, 6
Luminance
0.2548
Every format
| HEX | #ef2cdf |
| RGB | rgb(239, 44, 223) |
| HSL | hsl(305, 86%, 56%) |
| CMYK | cmyk(0%, 82%, 7%, 6%) |
| LAB | lab(57.5 86.1 -47.5) |
| LCH | lch(57.5 98.4 331.1) |
| OKLCH | oklch(0.671 0.280 332.1) |
Copy-ready code
/* CSS */
color: #ef2cdf;
background-color: #ef2cdf;
/* Tailwind (arbitrary) */
class="text-[#ef2cdf] bg-[#ef2cdf]"
/* SCSS */
$brand: #ef2cdf;
/* SwiftUI */
Color(red: 0.937, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#ef2cdf")Accessibility — WCAG contrast
Aa
#ef2cdf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2cdf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow6.7%
Key (black)6.3%
Color previews
#ef2cdf text on a black background
contrast 6.10:1
Card sample
#ef2cdf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2cdf;
Background color
Panel with #ef2cdf background
background-color: #ef2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2cdf; background: linear-gradient(135deg, #ef2cdf, #EF2C5D);