#ec2bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 43, 223
HSL
304°, 84%, 55%
CMYK
0, 82, 6, 8
Luminance
0.2489
Every format
| HEX | #ec2bdf |
| RGB | rgb(236, 43, 223) |
| HSL | hsl(304, 84%, 55%) |
| CMYK | cmyk(0%, 82%, 6%, 8%) |
| LAB | lab(57.0 85.8 -48.5) |
| LCH | lch(57.0 98.5 330.5) |
| OKLCH | oklch(0.666 0.279 331.4) |
Copy-ready code
/* CSS */
color: #ec2bdf;
background-color: #ec2bdf;
/* Tailwind (arbitrary) */
class="text-[#ec2bdf] bg-[#ec2bdf]"
/* SCSS */
$brand: #ec2bdf;
/* SwiftUI */
Color(red: 0.925, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#ec2bdf")Accessibility — WCAG contrast
Aa
#ec2bdf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2bdf on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green16.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow5.5%
Key (black)7.5%
Color previews
#ec2bdf text on a black background
contrast 5.98:1
Card sample
#ec2bdf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2bdf;
Background color
Panel with #ec2bdf background
background-color: #ec2bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2bdf; background: linear-gradient(135deg, #ec2bdf, #EC2B5E);