#ec24cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 36, 207
HSL
309°, 84%, 53%
CMYK
0, 85, 12, 8
Luminance
0.2360
Every format
| HEX | #ec24cf |
| RGB | rgb(236, 36, 207) |
| HSL | hsl(309, 84%, 53%) |
| CMYK | cmyk(0%, 85%, 12%, 8%) |
| LAB | lab(55.7 84.9 -41.4) |
| LCH | lch(55.7 94.5 334.0) |
| OKLCH | oklch(0.655 0.274 335.5) |
Copy-ready code
/* CSS */
color: #ec24cf;
background-color: #ec24cf;
/* Tailwind (arbitrary) */
class="text-[#ec24cf] bg-[#ec24cf]"
/* SCSS */
$brand: #ec24cf;
/* SwiftUI */
Color(red: 0.925, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#ec24cf")Accessibility — WCAG contrast
Aa
#ec24cf on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec24cf on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green14.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ec24cf text on a black background
contrast 5.72:1
Card sample
#ec24cf text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec24cf;
Background color
Panel with #ec24cf background
background-color: #ec24cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec24cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec24cf; background: linear-gradient(135deg, #ec24cf, #EC244A);