#ec4fdf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 79, 223
HSL
305°, 81%, 62%
CMYK
0, 67, 6, 8
Luminance
0.2875
Every format
| HEX | #ec4fdf |
| RGB | rgb(236, 79, 223) |
| HSL | hsl(305, 81%, 62%) |
| CMYK | cmyk(0%, 67%, 6%, 8%) |
| LAB | lab(60.6 75.5 -42.8) |
| LCH | lch(60.6 86.8 330.5) |
| OKLCH | oklch(0.692 0.245 331.4) |
Copy-ready code
/* CSS */
color: #ec4fdf;
background-color: #ec4fdf;
/* Tailwind (arbitrary) */
class="text-[#ec4fdf] bg-[#ec4fdf]"
/* SCSS */
$brand: #ec4fdf;
/* SwiftUI */
Color(red: 0.925, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#ec4fdf")Accessibility — WCAG contrast
Aa
#ec4fdf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4fdf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow5.5%
Key (black)7.5%
Color previews
#ec4fdf text on a black background
contrast 6.75:1
Card sample
#ec4fdf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4fdf;
Background color
Panel with #ec4fdf background
background-color: #ec4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4fdf; background: linear-gradient(135deg, #ec4fdf, #EC4F76);