#ec2cac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 44, 172
HSL
320°, 84%, 55%
CMYK
0, 81, 27, 8
Luminance
0.2261
Every format
| HEX | #ec2cac |
| RGB | rgb(236, 44, 172) |
| HSL | hsl(320, 84%, 55%) |
| CMYK | cmyk(0%, 81%, 27%, 8%) |
| LAB | lab(54.7 79.0 -22.7) |
| LCH | lch(54.7 82.2 344.0) |
| OKLCH | oklch(0.642 0.248 345.9) |
Copy-ready code
/* CSS */
color: #ec2cac;
background-color: #ec2cac;
/* Tailwind (arbitrary) */
class="text-[#ec2cac] bg-[#ec2cac]"
/* SCSS */
$brand: #ec2cac;
/* SwiftUI */
Color(red: 0.925, green: 0.173, blue: 0.675)
/* Android */
Color.parseColor("#ec2cac")Accessibility — WCAG contrast
Aa
#ec2cac on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2cac on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green17.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow27.1%
Key (black)7.5%
Color previews
#ec2cac text on a black background
contrast 5.52:1
Card sample
#ec2cac text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2cac;
Background color
Panel with #ec2cac background
background-color: #ec2cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 44, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 44, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2cac; background: linear-gradient(135deg, #ec2cac, #EC2C2C);