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