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