#ec57df
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 87, 223
HSL
305°, 80%, 63%
CMYK
0, 63, 6, 8
Luminance
0.2998
Every format
| HEX | #ec57df |
| RGB | rgb(236, 87, 223) |
| HSL | hsl(305, 80%, 63%) |
| CMYK | cmyk(0%, 63%, 6%, 8%) |
| LAB | lab(61.6 72.5 -41.1) |
| LCH | lch(61.6 83.3 330.5) |
| OKLCH | oklch(0.700 0.236 331.4) |
Copy-ready code
/* CSS */
color: #ec57df;
background-color: #ec57df;
/* Tailwind (arbitrary) */
class="text-[#ec57df] bg-[#ec57df]"
/* SCSS */
$brand: #ec57df;
/* SwiftUI */
Color(red: 0.925, green: 0.341, blue: 0.875)
/* Android */
Color.parseColor("#ec57df")Accessibility — WCAG contrast
Aa
#ec57df on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec57df on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green34.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow5.5%
Key (black)7.5%
Color previews
#ec57df text on a black background
contrast 7.00:1
Card sample
#ec57df text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec57df;
Background color
Panel with #ec57df background
background-color: #ec57df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec57df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 87, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 87, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec57df; background: linear-gradient(135deg, #ec57df, #EC577C);