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