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