#ec01df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 1, 223
HSL
303°, 99%, 47%
CMYK
0, 100, 6, 8
Luminance
0.2318
Every format
| HEX | #ec01df |
| RGB | rgb(236, 1, 223) |
| HSL | hsl(303, 99%, 47%) |
| CMYK | cmyk(0%, 100%, 6%, 8%) |
| LAB | lab(55.3 90.8 -51.2) |
| LCH | lch(55.3 104.2 330.6) |
| OKLCH | oklch(0.654 0.296 331.4) |
Copy-ready code
/* CSS */
color: #ec01df;
background-color: #ec01df;
/* Tailwind (arbitrary) */
class="text-[#ec01df] bg-[#ec01df]"
/* SCSS */
$brand: #ec01df;
/* SwiftUI */
Color(red: 0.925, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#ec01df")Accessibility — WCAG contrast
Aa
#ec01df on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec01df on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green0.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta99.6%
Yellow5.5%
Key (black)7.5%
Color previews
#ec01df text on a black background
contrast 5.64:1
Card sample
#ec01df text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec01df;
Background color
Panel with #ec01df background
background-color: #ec01df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec01df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec01df; background: linear-gradient(135deg, #ec01df, #EC0142);