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