#ec1df6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 29, 246
HSL
297°, 92%, 54%
CMYK
4, 88, 0, 4
Luminance
0.2537
Every format
| HEX | #ec1df6 |
| RGB | rgb(236, 29, 246) |
| HSL | hsl(297, 92%, 54%) |
| CMYK | cmyk(4%, 88%, 0%, 4%) |
| LAB | lab(57.4 91.5 -60.6) |
| LCH | lch(57.4 109.8 326.5) |
| OKLCH | oklch(0.674 0.302 326.0) |
Copy-ready code
/* CSS */
color: #ec1df6;
background-color: #ec1df6;
/* Tailwind (arbitrary) */
class="text-[#ec1df6] bg-[#ec1df6]"
/* SCSS */
$brand: #ec1df6;
/* SwiftUI */
Color(red: 0.925, green: 0.114, blue: 0.965)
/* Android */
Color.parseColor("#ec1df6")Accessibility — WCAG contrast
Aa
#ec1df6 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec1df6 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green11.4%
Blue96.5%
CMYK percentages
Cyan4.1%
Magenta88.2%
Yellow0.0%
Key (black)3.5%
Color previews
#ec1df6 text on a black background
contrast 6.07:1
Card sample
#ec1df6 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec1df6;
Background color
Panel with #ec1df6 background
background-color: #ec1df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec1df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 29, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 29, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec1df6; background: linear-gradient(135deg, #ec1df6, #F61D6F);