#ec0afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 10, 253
HSL
296°, 98%, 52%
CMYK
7, 96, 0, 1
Luminance
0.2514
Every format
| HEX | #ec0afd |
| RGB | rgb(236, 10, 253) |
| HSL | hsl(296, 98%, 52%) |
| CMYK | cmyk(7%, 96%, 0%, 1%) |
| LAB | lab(57.2 94.5 -64.9) |
| LCH | lch(57.2 114.6 325.5) |
| OKLCH | oklch(0.674 0.313 324.6) |
Copy-ready code
/* CSS */
color: #ec0afd;
background-color: #ec0afd;
/* Tailwind (arbitrary) */
class="text-[#ec0afd] bg-[#ec0afd]"
/* SCSS */
$brand: #ec0afd;
/* SwiftUI */
Color(red: 0.925, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#ec0afd")Accessibility — WCAG contrast
Aa
#ec0afd on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0afd on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green3.9%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ec0afd text on a black background
contrast 6.03:1
Card sample
#ec0afd text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0afd;
Background color
Panel with #ec0afd background
background-color: #ec0afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0afd; background: linear-gradient(135deg, #ec0afd, #FD0A6C);