#ec1df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 29, 244
HSL
298°, 91%, 54%
CMYK
3, 88, 0, 4
Luminance
0.2524
Every format
| HEX | #ec1df4 |
| RGB | rgb(236, 29, 244) |
| HSL | hsl(298, 91%, 54%) |
| CMYK | cmyk(3%, 88%, 0%, 4%) |
| LAB | lab(57.3 91.2 -59.7) |
| LCH | lch(57.3 109.0 326.8) |
| OKLCH | oklch(0.673 0.301 326.4) |
Copy-ready code
/* CSS */
color: #ec1df4;
background-color: #ec1df4;
/* Tailwind (arbitrary) */
class="text-[#ec1df4] bg-[#ec1df4]"
/* SCSS */
$brand: #ec1df4;
/* SwiftUI */
Color(red: 0.925, green: 0.114, blue: 0.957)
/* Android */
Color.parseColor("#ec1df4")Accessibility — WCAG contrast
Aa
#ec1df4 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec1df4 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green11.4%
Blue95.7%
CMYK percentages
Cyan3.3%
Magenta88.1%
Yellow0.0%
Key (black)4.3%
Color previews
#ec1df4 text on a black background
contrast 6.05:1
Card sample
#ec1df4 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec1df4;
Background color
Panel with #ec1df4 background
background-color: #ec1df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec1df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 29, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 29, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec1df4; background: linear-gradient(135deg, #ec1df4, #F41D6C);