#ec39df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 57, 223
HSL
304°, 83%, 58%
CMYK
0, 76, 6, 8
Luminance
0.2609
Every format
| HEX | #ec39df |
| RGB | rgb(236, 57, 223) |
| HSL | hsl(304, 83%, 58%) |
| CMYK | cmyk(0%, 76%, 6%, 8%) |
| LAB | lab(58.1 82.4 -46.6) |
| LCH | lch(58.1 94.7 330.5) |
| OKLCH | oklch(0.675 0.268 331.4) |
Copy-ready code
/* CSS */
color: #ec39df;
background-color: #ec39df;
/* Tailwind (arbitrary) */
class="text-[#ec39df] bg-[#ec39df]"
/* SCSS */
$brand: #ec39df;
/* SwiftUI */
Color(red: 0.925, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#ec39df")Accessibility — WCAG contrast
Aa
#ec39df on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec39df on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green22.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow5.5%
Key (black)7.5%
Color previews
#ec39df text on a black background
contrast 6.22:1
Card sample
#ec39df text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec39df;
Background color
Panel with #ec39df background
background-color: #ec39df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec39df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec39df; background: linear-gradient(135deg, #ec39df, #EC3968);