#ec0cff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 12, 255
HSL
295°, 100%, 52%
CMYK
8, 95, 0, 0
Luminance
0.2532
Every format
| HEX | #ec0cff |
| RGB | rgb(236, 12, 255) |
| HSL | hsl(295, 100%, 52%) |
| CMYK | cmyk(8%, 95%, 0%, 0%) |
| LAB | lab(57.4 94.6 -65.7) |
| LCH | lch(57.4 115.2 325.2) |
| OKLCH | oklch(0.675 0.314 324.1) |
Copy-ready code
/* CSS */
color: #ec0cff;
background-color: #ec0cff;
/* Tailwind (arbitrary) */
class="text-[#ec0cff] bg-[#ec0cff]"
/* SCSS */
$brand: #ec0cff;
/* SwiftUI */
Color(red: 0.925, green: 0.047, blue: 1.000)
/* Android */
Color.parseColor("#ec0cff")Accessibility — WCAG contrast
Aa
#ec0cff on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0cff on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green4.7%
Blue100.0%
CMYK percentages
Cyan7.5%
Magenta95.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ec0cff text on a black background
contrast 6.06:1
Card sample
#ec0cff text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0cff;
Background color
Panel with #ec0cff background
background-color: #ec0cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 12, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 12, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0cff; background: linear-gradient(135deg, #ec0cff, #FF0C70);