#ec10df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 16, 223
HSL
304°, 87%, 49%
CMYK
0, 93, 6, 8
Luminance
0.2353
Every format
| HEX | #ec10df |
| RGB | rgb(236, 16, 223) |
| HSL | hsl(304, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 6%, 8%) |
| LAB | lab(55.6 89.7 -50.6) |
| LCH | lch(55.6 103.0 330.6) |
| OKLCH | oklch(0.657 0.292 331.4) |
Copy-ready code
/* CSS */
color: #ec10df;
background-color: #ec10df;
/* Tailwind (arbitrary) */
class="text-[#ec10df] bg-[#ec10df]"
/* SCSS */
$brand: #ec10df;
/* SwiftUI */
Color(red: 0.925, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#ec10df")Accessibility — WCAG contrast
Aa
#ec10df on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec10df on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green6.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow5.5%
Key (black)7.5%
Color previews
#ec10df text on a black background
contrast 5.71:1
Card sample
#ec10df text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec10df;
Background color
Panel with #ec10df background
background-color: #ec10df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec10df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec10df; background: linear-gradient(135deg, #ec10df, #EC104C);