#ec0ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 15, 252
HSL
296°, 98%, 52%
CMYK
6, 94, 0, 1
Luminance
0.2520
Every format
| HEX | #ec0ffc |
| RGB | rgb(236, 15, 252) |
| HSL | hsl(296, 98%, 52%) |
| CMYK | cmyk(6%, 94%, 0%, 1%) |
| LAB | lab(57.3 94.0 -64.2) |
| LCH | lch(57.3 113.8 325.6) |
| OKLCH | oklch(0.674 0.311 324.8) |
Copy-ready code
/* CSS */
color: #ec0ffc;
background-color: #ec0ffc;
/* Tailwind (arbitrary) */
class="text-[#ec0ffc] bg-[#ec0ffc]"
/* SCSS */
$brand: #ec0ffc;
/* SwiftUI */
Color(red: 0.925, green: 0.059, blue: 0.988)
/* Android */
Color.parseColor("#ec0ffc")Accessibility — WCAG contrast
Aa
#ec0ffc on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0ffc on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green5.9%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta94.0%
Yellow0.0%
Key (black)1.2%
Color previews
#ec0ffc text on a black background
contrast 6.04:1
Card sample
#ec0ffc text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0ffc;
Background color
Panel with #ec0ffc background
background-color: #ec0ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 15, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 15, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0ffc; background: linear-gradient(135deg, #ec0ffc, #FC0F6E);