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