#ec2cba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 44, 186
HSL
316°, 84%, 55%
CMYK
0, 81, 21, 8
Luminance
0.2318
Every format
| HEX | #ec2cba |
| RGB | rgb(236, 44, 186) |
| HSL | hsl(316, 84%, 55%) |
| CMYK | cmyk(0%, 81%, 21%, 8%) |
| LAB | lab(55.3 80.7 -30.0) |
| LCH | lch(55.3 86.0 339.6) |
| OKLCH | oklch(0.648 0.256 341.6) |
Copy-ready code
/* CSS */
color: #ec2cba;
background-color: #ec2cba;
/* Tailwind (arbitrary) */
class="text-[#ec2cba] bg-[#ec2cba]"
/* SCSS */
$brand: #ec2cba;
/* SwiftUI */
Color(red: 0.925, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#ec2cba")Accessibility — WCAG contrast
Aa
#ec2cba on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2cba on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green17.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow21.2%
Key (black)7.5%
Color previews
#ec2cba text on a black background
contrast 5.64:1
Card sample
#ec2cba text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2cba;
Background color
Panel with #ec2cba background
background-color: #ec2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2cba; background: linear-gradient(135deg, #ec2cba, #EC2C3A);