#ec2ecf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 46, 207
HSL
309°, 83%, 55%
CMYK
0, 81, 12, 8
Luminance
0.2429
Every format
| HEX | #ec2ecf |
| RGB | rgb(236, 46, 207) |
| HSL | hsl(309, 83%, 55%) |
| CMYK | cmyk(0%, 81%, 12%, 8%) |
| LAB | lab(56.4 82.9 -40.3) |
| LCH | lch(56.4 92.2 334.1) |
| OKLCH | oklch(0.660 0.267 335.6) |
Copy-ready code
/* CSS */
color: #ec2ecf;
background-color: #ec2ecf;
/* Tailwind (arbitrary) */
class="text-[#ec2ecf] bg-[#ec2ecf]"
/* SCSS */
$brand: #ec2ecf;
/* SwiftUI */
Color(red: 0.925, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#ec2ecf")Accessibility — WCAG contrast
Aa
#ec2ecf on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2ecf on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green18.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow12.3%
Key (black)7.5%
Color previews
#ec2ecf text on a black background
contrast 5.86:1
Card sample
#ec2ecf text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2ecf;
Background color
Panel with #ec2ecf background
background-color: #ec2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2ecf; background: linear-gradient(135deg, #ec2ecf, #EC2E50);