#ec6cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 108, 253
HSL
293°, 97%, 71%
CMYK
7, 57, 0, 1
Luminance
0.3565
Every format
| HEX | #ec6cfd |
| RGB | rgb(236, 108, 253) |
| HSL | hsl(293, 97%, 71%) |
| CMYK | cmyk(7%, 57%, 0%, 1%) |
| LAB | lab(66.3 68.8 -50.5) |
| LCH | lch(66.3 85.3 323.7) |
| OKLCH | oklch(0.738 0.232 322.8) |
Copy-ready code
/* CSS */
color: #ec6cfd;
background-color: #ec6cfd;
/* Tailwind (arbitrary) */
class="text-[#ec6cfd] bg-[#ec6cfd]"
/* SCSS */
$brand: #ec6cfd;
/* SwiftUI */
Color(red: 0.925, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#ec6cfd")Accessibility — WCAG contrast
Aa
#ec6cfd on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6cfd on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.4%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ec6cfd text on a black background
contrast 8.13:1
Card sample
#ec6cfd text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6cfd;
Background color
Panel with #ec6cfd background
background-color: #ec6cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6cfd; background: linear-gradient(135deg, #ec6cfd, #FD6CAD);