#ec10eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 16, 235
HSL
300°, 87%, 49%
CMYK
0, 93, 0, 8
Luminance
0.2420
Every format
| HEX | #ec10eb |
| RGB | rgb(236, 16, 235) |
| HSL | hsl(300, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 0%, 8%) |
| LAB | lab(56.3 91.4 -56.3) |
| LCH | lch(56.3 107.4 328.4) |
| OKLCH | oklch(0.664 0.300 328.6) |
Copy-ready code
/* CSS */
color: #ec10eb;
background-color: #ec10eb;
/* Tailwind (arbitrary) */
class="text-[#ec10eb] bg-[#ec10eb]"
/* SCSS */
$brand: #ec10eb;
/* SwiftUI */
Color(red: 0.925, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#ec10eb")Accessibility — WCAG contrast
Aa
#ec10eb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec10eb on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green6.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow0.4%
Key (black)7.5%
Color previews
#ec10eb text on a black background
contrast 5.84:1
Card sample
#ec10eb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec10eb;
Background color
Panel with #ec10eb background
background-color: #ec10eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec10eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec10eb; background: linear-gradient(135deg, #ec10eb, #EC1058);