#ec1df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 29, 240
HSL
299°, 88%, 53%
CMYK
2, 88, 0, 6
Luminance
0.2500
Every format
| HEX | #ec1df0 |
| RGB | rgb(236, 29, 240) |
| HSL | hsl(299, 88%, 53%) |
| CMYK | cmyk(2%, 88%, 0%, 6%) |
| LAB | lab(57.1 90.7 -57.8) |
| LCH | lch(57.1 107.5 327.5) |
| OKLCH | oklch(0.670 0.298 327.4) |
Copy-ready code
/* CSS */
color: #ec1df0;
background-color: #ec1df0;
/* Tailwind (arbitrary) */
class="text-[#ec1df0] bg-[#ec1df0]"
/* SCSS */
$brand: #ec1df0;
/* SwiftUI */
Color(red: 0.925, green: 0.114, blue: 0.941)
/* Android */
Color.parseColor("#ec1df0")Accessibility — WCAG contrast
Aa
#ec1df0 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec1df0 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green11.4%
Blue94.1%
CMYK percentages
Cyan1.7%
Magenta87.9%
Yellow0.0%
Key (black)5.9%
Color previews
#ec1df0 text on a black background
contrast 6.00:1
Card sample
#ec1df0 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec1df0;
Background color
Panel with #ec1df0 background
background-color: #ec1df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec1df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 29, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 29, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec1df0; background: linear-gradient(135deg, #ec1df0, #F01D67);