#ec2cfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 44, 254
HSL
295°, 99%, 58%
CMYK
7, 83, 0, 0
Luminance
0.2679
Every format
| HEX | #ec2cfe |
| RGB | rgb(236, 44, 254) |
| HSL | hsl(295, 99%, 58%) |
| CMYK | cmyk(7%, 83%, 0%, 0%) |
| LAB | lab(58.8 90.2 -62.9) |
| LCH | lch(58.8 110.0 325.1) |
| OKLCH | oklch(0.685 0.300 324.1) |
Copy-ready code
/* CSS */
color: #ec2cfe;
background-color: #ec2cfe;
/* Tailwind (arbitrary) */
class="text-[#ec2cfe] bg-[#ec2cfe]"
/* SCSS */
$brand: #ec2cfe;
/* SwiftUI */
Color(red: 0.925, green: 0.173, blue: 0.996)
/* Android */
Color.parseColor("#ec2cfe")Accessibility — WCAG contrast
Aa
#ec2cfe on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2cfe on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green17.3%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta82.7%
Yellow0.0%
Key (black)0.4%
Color previews
#ec2cfe text on a black background
contrast 6.36:1
Card sample
#ec2cfe text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2cfe;
Background color
Panel with #ec2cfe background
background-color: #ec2cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 44, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 44, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2cfe; background: linear-gradient(135deg, #ec2cfe, #FE2C84);