#ec4f7c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
236, 79, 124
HSL
343°, 81%, 62%
CMYK
0, 67, 48, 8
Luminance
0.2488
Every format
| HEX | #ec4f7c |
| RGB | rgb(236, 79, 124) |
| HSL | hsl(343, 81%, 62%) |
| CMYK | cmyk(0%, 67%, 48%, 8%) |
| LAB | lab(57.0 63.4 9.0) |
| LCH | lch(57.0 64.0 8.0) |
| OKLCH | oklch(0.654 0.195 6.9) |
Copy-ready code
/* CSS */
color: #ec4f7c;
background-color: #ec4f7c;
/* Tailwind (arbitrary) */
class="text-[#ec4f7c] bg-[#ec4f7c]"
/* SCSS */
$brand: #ec4f7c;
/* SwiftUI */
Color(red: 0.925, green: 0.310, blue: 0.486)
/* Android */
Color.parseColor("#ec4f7c")Accessibility — WCAG contrast
Aa
#ec4f7c on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4f7c on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green31.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow47.5%
Key (black)7.5%
Color previews
#ec4f7c text on a black background
contrast 5.98:1
Card sample
#ec4f7c text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4f7c;
Background color
Panel with #ec4f7c background
background-color: #ec4f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 79, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 79, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4f7c; background: linear-gradient(135deg, #ec4f7c, #EC8B4F);