#ec50cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 80, 207
HSL
311°, 80%, 62%
CMYK
0, 66, 12, 8
Luminance
0.2808
Every format
| HEX | #ec50cf |
| RGB | rgb(236, 80, 207) |
| HSL | hsl(311, 80%, 62%) |
| CMYK | cmyk(0%, 66%, 12%, 8%) |
| LAB | lab(60.0 72.8 -34.7) |
| LCH | lch(60.0 80.6 334.5) |
| OKLCH | oklch(0.685 0.233 336.1) |
Copy-ready code
/* CSS */
color: #ec50cf;
background-color: #ec50cf;
/* Tailwind (arbitrary) */
class="text-[#ec50cf] bg-[#ec50cf]"
/* SCSS */
$brand: #ec50cf;
/* SwiftUI */
Color(red: 0.925, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#ec50cf")Accessibility — WCAG contrast
Aa
#ec50cf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec50cf on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green31.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow12.3%
Key (black)7.5%
Color previews
#ec50cf text on a black background
contrast 6.62:1
Card sample
#ec50cf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec50cf;
Background color
Panel with #ec50cf background
background-color: #ec50cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec50cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec50cf; background: linear-gradient(135deg, #ec50cf, #EC5067);