#ec5cfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
236, 92, 253
HSL
294°, 98%, 68%
CMYK
7, 64, 0, 1
Luminance
0.3258
Every format
| HEX | #ec5cfd |
| RGB | rgb(236, 92, 253) |
| HSL | hsl(294, 98%, 68%) |
| CMYK | cmyk(7%, 64%, 0%, 1%) |
| LAB | lab(63.8 75.5 -54.3) |
| LCH | lch(63.8 93.0 324.3) |
| OKLCH | oklch(0.721 0.253 323.3) |
Copy-ready code
/* CSS */
color: #ec5cfd;
background-color: #ec5cfd;
/* Tailwind (arbitrary) */
class="text-[#ec5cfd] bg-[#ec5cfd]"
/* SCSS */
$brand: #ec5cfd;
/* SwiftUI */
Color(red: 0.925, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#ec5cfd")Accessibility — WCAG contrast
Aa
#ec5cfd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5cfd on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.1%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ec5cfd text on a black background
contrast 7.52:1
Card sample
#ec5cfd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5cfd;
Background color
Panel with #ec5cfd background
background-color: #ec5cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5cfd; background: linear-gradient(135deg, #ec5cfd, #FD5CA2);