#ec1fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 31, 223
HSL
304°, 84%, 52%
CMYK
0, 87, 6, 8
Luminance
0.2414
Every format
| HEX | #ec1fdf |
| RGB | rgb(236, 31, 223) |
| HSL | hsl(304, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 6%, 8%) |
| LAB | lab(56.2 87.9 -49.6) |
| LCH | lch(56.2 101.0 330.6) |
| OKLCH | oklch(0.661 0.286 331.4) |
Copy-ready code
/* CSS */
color: #ec1fdf;
background-color: #ec1fdf;
/* Tailwind (arbitrary) */
class="text-[#ec1fdf] bg-[#ec1fdf]"
/* SCSS */
$brand: #ec1fdf;
/* SwiftUI */
Color(red: 0.925, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#ec1fdf")Accessibility — WCAG contrast
Aa
#ec1fdf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec1fdf on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green12.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow5.5%
Key (black)7.5%
Color previews
#ec1fdf text on a black background
contrast 5.83:1
Card sample
#ec1fdf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec1fdf;
Background color
Panel with #ec1fdf background
background-color: #ec1fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec1fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec1fdf; background: linear-gradient(135deg, #ec1fdf, #EC1F56);