#ec40df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 64, 223
HSL
305°, 82%, 59%
CMYK
0, 73, 6, 8
Luminance
0.2683
Every format
| HEX | #ec40df |
| RGB | rgb(236, 64, 223) |
| HSL | hsl(305, 82%, 59%) |
| CMYK | cmyk(0%, 73%, 6%, 8%) |
| LAB | lab(58.8 80.5 -45.5) |
| LCH | lch(58.8 92.4 330.5) |
| OKLCH | oklch(0.680 0.262 331.4) |
Copy-ready code
/* CSS */
color: #ec40df;
background-color: #ec40df;
/* Tailwind (arbitrary) */
class="text-[#ec40df] bg-[#ec40df]"
/* SCSS */
$brand: #ec40df;
/* SwiftUI */
Color(red: 0.925, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#ec40df")Accessibility — WCAG contrast
Aa
#ec40df on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec40df on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green25.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow5.5%
Key (black)7.5%
Color previews
#ec40df text on a black background
contrast 6.37:1
Card sample
#ec40df text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec40df;
Background color
Panel with #ec40df background
background-color: #ec40df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec40df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec40df; background: linear-gradient(135deg, #ec40df, #EC406C);