#ec4cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 76, 251
HSL
295°, 96%, 64%
CMYK
6, 70, 0, 2
Luminance
0.2997
Every format
| HEX | #ec4cfb |
| RGB | rgb(236, 76, 251) |
| HSL | hsl(295, 96%, 64%) |
| CMYK | cmyk(6%, 70%, 0%, 2%) |
| LAB | lab(61.6 81.0 -56.7) |
| LCH | lch(61.6 98.9 325.0) |
| OKLCH | oklch(0.705 0.270 324.2) |
Copy-ready code
/* CSS */
color: #ec4cfb;
background-color: #ec4cfb;
/* Tailwind (arbitrary) */
class="text-[#ec4cfb] bg-[#ec4cfb]"
/* SCSS */
$brand: #ec4cfb;
/* SwiftUI */
Color(red: 0.925, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#ec4cfb")Accessibility — WCAG contrast
Aa
#ec4cfb on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4cfb on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green29.8%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta69.7%
Yellow0.0%
Key (black)1.6%
Color previews
#ec4cfb text on a black background
contrast 6.99:1
Card sample
#ec4cfb text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4cfb;
Background color
Panel with #ec4cfb background
background-color: #ec4cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4cfb; background: linear-gradient(135deg, #ec4cfb, #FB4C95);