#ec2ce3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 44, 227
HSL
303°, 84%, 55%
CMYK
0, 81, 4, 8
Luminance
0.2518
Every format
| HEX | #ec2ce3 |
| RGB | rgb(236, 44, 227) |
| HSL | hsl(303, 84%, 55%) |
| CMYK | cmyk(0%, 81%, 4%, 8%) |
| LAB | lab(57.3 86.1 -50.3) |
| LCH | lch(57.3 99.7 329.7) |
| OKLCH | oklch(0.669 0.281 330.4) |
Copy-ready code
/* CSS */
color: #ec2ce3;
background-color: #ec2ce3;
/* Tailwind (arbitrary) */
class="text-[#ec2ce3] bg-[#ec2ce3]"
/* SCSS */
$brand: #ec2ce3;
/* SwiftUI */
Color(red: 0.925, green: 0.173, blue: 0.890)
/* Android */
Color.parseColor("#ec2ce3")Accessibility — WCAG contrast
Aa
#ec2ce3 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2ce3 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green17.3%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow3.8%
Key (black)7.5%
Color previews
#ec2ce3 text on a black background
contrast 6.04:1
Card sample
#ec2ce3 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2ce3;
Background color
Panel with #ec2ce3 background
background-color: #ec2ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 44, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 44, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2ce3; background: linear-gradient(135deg, #ec2ce3, #EC2C63);