#ec3cff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 60, 255
HSL
294°, 100%, 62%
CMYK
8, 77, 0, 0
Luminance
0.2828
Every format
| HEX | #ec3cff |
| RGB | rgb(236, 60, 255) |
| HSL | hsl(294, 100%, 62%) |
| CMYK | cmyk(8%, 77%, 0%, 0%) |
| LAB | lab(60.1 86.5 -61.3) |
| LCH | lch(60.1 106.0 324.7) |
| OKLCH | oklch(0.695 0.288 323.6) |
Copy-ready code
/* CSS */
color: #ec3cff;
background-color: #ec3cff;
/* Tailwind (arbitrary) */
class="text-[#ec3cff] bg-[#ec3cff]"
/* SCSS */
$brand: #ec3cff;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#ec3cff")Accessibility — WCAG contrast
Aa
#ec3cff on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3cff on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue100.0%
CMYK percentages
Cyan7.5%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ec3cff text on a black background
contrast 6.66:1
Card sample
#ec3cff text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3cff;
Background color
Panel with #ec3cff background
background-color: #ec3cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3cff; background: linear-gradient(135deg, #ec3cff, #FF3C90);