#ec2cf8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 44, 248
HSL
297°, 94%, 57%
CMYK
5, 82, 0, 3
Luminance
0.2641
Every format
| HEX | #ec2cf8 |
| RGB | rgb(236, 44, 248) |
| HSL | hsl(297, 94%, 57%) |
| CMYK | cmyk(5%, 82%, 0%, 3%) |
| LAB | lab(58.4 89.3 -60.1) |
| LCH | lch(58.4 107.6 326.0) |
| OKLCH | oklch(0.681 0.296 325.4) |
Copy-ready code
/* CSS */
color: #ec2cf8;
background-color: #ec2cf8;
/* Tailwind (arbitrary) */
class="text-[#ec2cf8] bg-[#ec2cf8]"
/* SCSS */
$brand: #ec2cf8;
/* SwiftUI */
Color(red: 0.925, green: 0.173, blue: 0.973)
/* Android */
Color.parseColor("#ec2cf8")Accessibility — WCAG contrast
Aa
#ec2cf8 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2cf8 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green17.3%
Blue97.3%
CMYK percentages
Cyan4.8%
Magenta82.3%
Yellow0.0%
Key (black)2.7%
Color previews
#ec2cf8 text on a black background
contrast 6.28:1
Card sample
#ec2cf8 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2cf8;
Background color
Panel with #ec2cf8 background
background-color: #ec2cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 44, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 44, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2cf8; background: linear-gradient(135deg, #ec2cf8, #F82C7C);