#ec6dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 109, 254
HSL
293°, 99%, 71%
CMYK
7, 57, 0, 0
Luminance
0.3593
Every format
| HEX | #ec6dfe |
| RGB | rgb(236, 109, 254) |
| HSL | hsl(293, 99%, 71%) |
| CMYK | cmyk(7%, 57%, 0%, 0%) |
| LAB | lab(66.5 68.5 -50.7) |
| LCH | lch(66.5 85.2 323.5) |
| OKLCH | oklch(0.740 0.231 322.5) |
Copy-ready code
/* CSS */
color: #ec6dfe;
background-color: #ec6dfe;
/* Tailwind (arbitrary) */
class="text-[#ec6dfe] bg-[#ec6dfe]"
/* SCSS */
$brand: #ec6dfe;
/* SwiftUI */
Color(red: 0.925, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#ec6dfe")Accessibility — WCAG contrast
Aa
#ec6dfe on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec6dfe on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.7%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#ec6dfe text on a black background
contrast 8.19:1
Card sample
#ec6dfe text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6dfe;
Background color
Panel with #ec6dfe background
background-color: #ec6dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6dfe; background: linear-gradient(135deg, #ec6dfe, #FE6DAF);