#ec02ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 2, 206
HSL
308°, 98%, 47%
CMYK
0, 99, 13, 8
Luminance
0.2233
Every format
| HEX | #ec02ce |
| RGB | rgb(236, 2, 206) |
| HSL | hsl(308, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 13%, 8%) |
| LAB | lab(54.4 88.5 -42.9) |
| LCH | lch(54.4 98.3 334.1) |
| OKLCH | oklch(0.645 0.285 335.7) |
Copy-ready code
/* CSS */
color: #ec02ce;
background-color: #ec02ce;
/* Tailwind (arbitrary) */
class="text-[#ec02ce] bg-[#ec02ce]"
/* SCSS */
$brand: #ec02ce;
/* SwiftUI */
Color(red: 0.925, green: 0.008, blue: 0.808)
/* Android */
Color.parseColor("#ec02ce")Accessibility — WCAG contrast
Aa
#ec02ce on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec02ce on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green0.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow12.7%
Key (black)7.5%
Color previews
#ec02ce text on a black background
contrast 5.47:1
Card sample
#ec02ce text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec02ce;
Background color
Panel with #ec02ce background
background-color: #ec02ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec02ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 2, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 2, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec02ce; background: linear-gradient(135deg, #ec02ce, #EC0232);