#ec57cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 87, 207
HSL
312°, 80%, 63%
CMYK
0, 63, 12, 8
Luminance
0.2915
Every format
| HEX | #ec57cf |
| RGB | rgb(236, 87, 207) |
| HSL | hsl(312, 80%, 63%) |
| CMYK | cmyk(0%, 63%, 12%, 8%) |
| LAB | lab(60.9 70.1 -33.2) |
| LCH | lch(60.9 77.5 334.7) |
| OKLCH | oklch(0.692 0.224 336.3) |
Copy-ready code
/* CSS */
color: #ec57cf;
background-color: #ec57cf;
/* Tailwind (arbitrary) */
class="text-[#ec57cf] bg-[#ec57cf]"
/* SCSS */
$brand: #ec57cf;
/* SwiftUI */
Color(red: 0.925, green: 0.341, blue: 0.812)
/* Android */
Color.parseColor("#ec57cf")Accessibility — WCAG contrast
Aa
#ec57cf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec57cf on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green34.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow12.3%
Key (black)7.5%
Color previews
#ec57cf text on a black background
contrast 6.83:1
Card sample
#ec57cf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec57cf;
Background color
Panel with #ec57cf background
background-color: #ec57cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec57cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 87, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 87, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec57cf; background: linear-gradient(135deg, #ec57cf, #EC576B);