#ec2ccb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 44, 203
HSL
310°, 84%, 55%
CMYK
0, 81, 14, 8
Luminance
0.2395
Every format
| HEX | #ec2ccb |
| RGB | rgb(236, 44, 203) |
| HSL | hsl(310, 84%, 55%) |
| CMYK | cmyk(0%, 81%, 14%, 8%) |
| LAB | lab(56.0 82.8 -38.5) |
| LCH | lch(56.0 91.4 335.0) |
| OKLCH | oklch(0.656 0.266 336.7) |
Copy-ready code
/* CSS */
color: #ec2ccb;
background-color: #ec2ccb;
/* Tailwind (arbitrary) */
class="text-[#ec2ccb] bg-[#ec2ccb]"
/* SCSS */
$brand: #ec2ccb;
/* SwiftUI */
Color(red: 0.925, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#ec2ccb")Accessibility — WCAG contrast
Aa
#ec2ccb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2ccb on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green17.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow14.0%
Key (black)7.5%
Color previews
#ec2ccb text on a black background
contrast 5.79:1
Card sample
#ec2ccb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2ccb;
Background color
Panel with #ec2ccb background
background-color: #ec2ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2ccb; background: linear-gradient(135deg, #ec2ccb, #EC2C4B);