#ec8cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 140, 253
HSL
291°, 97%, 77%
CMYK
7, 45, 0, 1
Luminance
0.4368
Every format
| HEX | #ec8cfd |
| RGB | rgb(236, 140, 253) |
| HSL | hsl(291, 97%, 77%) |
| CMYK | cmyk(7%, 45%, 0%, 1%) |
| LAB | lab(72.0 53.5 -41.4) |
| LCH | lch(72.0 67.7 322.3) |
| OKLCH | oklch(0.781 0.183 321.4) |
Copy-ready code
/* CSS */
color: #ec8cfd;
background-color: #ec8cfd;
/* Tailwind (arbitrary) */
class="text-[#ec8cfd] bg-[#ec8cfd]"
/* SCSS */
$brand: #ec8cfd;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#ec8cfd")Accessibility — WCAG contrast
Aa
#ec8cfd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8cfd on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ec8cfd text on a black background
contrast 9.74:1
Card sample
#ec8cfd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8cfd;
Background color
Panel with #ec8cfd background
background-color: #ec8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8cfd; background: linear-gradient(135deg, #ec8cfd, #FD8CC3);