#ec3cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 60, 253
HSL
295°, 98%, 61%
CMYK
7, 76, 0, 1
Luminance
0.2816
Every format
| HEX | #ec3cfd |
| RGB | rgb(236, 60, 253) |
| HSL | hsl(295, 98%, 61%) |
| CMYK | cmyk(7%, 76%, 0%, 1%) |
| LAB | lab(60.0 86.2 -60.4) |
| LCH | lch(60.0 105.3 325.0) |
| OKLCH | oklch(0.694 0.287 324.1) |
Copy-ready code
/* CSS */
color: #ec3cfd;
background-color: #ec3cfd;
/* Tailwind (arbitrary) */
class="text-[#ec3cfd] bg-[#ec3cfd]"
/* SCSS */
$brand: #ec3cfd;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#ec3cfd")Accessibility — WCAG contrast
Aa
#ec3cfd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3cfd on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ec3cfd text on a black background
contrast 6.63:1
Card sample
#ec3cfd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3cfd;
Background color
Panel with #ec3cfd background
background-color: #ec3cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3cfd; background: linear-gradient(135deg, #ec3cfd, #FD3C8D);