#ec7cfe
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 124, 254
HSL
292°, 99%, 74%
CMYK
7, 51, 0, 0
Luminance
0.3940
Every format
| HEX | #ec7cfe |
| RGB | rgb(236, 124, 254) |
| HSL | hsl(292, 99%, 74%) |
| CMYK | cmyk(7%, 51%, 0%, 0%) |
| LAB | lab(69.0 61.6 -46.6) |
| LCH | lch(69.0 77.3 322.9) |
| OKLCH | oklch(0.759 0.209 321.9) |
Copy-ready code
/* CSS */
color: #ec7cfe;
background-color: #ec7cfe;
/* Tailwind (arbitrary) */
class="text-[#ec7cfe] bg-[#ec7cfe]"
/* SCSS */
$brand: #ec7cfe;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.996)
/* Android */
Color.parseColor("#ec7cfe")Accessibility — WCAG contrast
Aa
#ec7cfe on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7cfe on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta51.2%
Yellow0.0%
Key (black)0.4%
Color previews
#ec7cfe text on a black background
contrast 8.88:1
Card sample
#ec7cfe text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7cfe;
Background color
Panel with #ec7cfe background
background-color: #ec7cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7cfe; background: linear-gradient(135deg, #ec7cfe, #FE7CB9);