#ec5dff
a light, electric magenta / pink · warm · closest name: magenta
RGB
236, 93, 255
HSL
293°, 100%, 68%
CMYK
8, 64, 0, 0
Luminance
0.3288
Every format
| HEX | #ec5dff |
| RGB | rgb(236, 93, 255) |
| HSL | hsl(293, 100%, 68%) |
| CMYK | cmyk(8%, 64%, 0%, 0%) |
| LAB | lab(64.1 75.4 -55.0) |
| LCH | lch(64.1 93.4 323.9) |
| OKLCH | oklch(0.723 0.253 322.8) |
Copy-ready code
/* CSS */
color: #ec5dff;
background-color: #ec5dff;
/* Tailwind (arbitrary) */
class="text-[#ec5dff] bg-[#ec5dff]"
/* SCSS */
$brand: #ec5dff;
/* SwiftUI */
Color(red: 0.925, green: 0.365, blue: 1.000)
/* Android */
Color.parseColor("#ec5dff")Accessibility — WCAG contrast
Aa
#ec5dff on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5dff on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.5%
Blue100.0%
CMYK percentages
Cyan7.5%
Magenta63.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ec5dff text on a black background
contrast 7.58:1
Card sample
#ec5dff text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5dff;
Background color
Panel with #ec5dff background
background-color: #ec5dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 93, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 93, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5dff; background: linear-gradient(135deg, #ec5dff, #FF5DA6);