#ec1cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 28, 251
HSL
296°, 97%, 55%
CMYK
6, 89, 0, 2
Luminance
0.2563
Every format
| HEX | #ec1cfb |
| RGB | rgb(236, 28, 251) |
| HSL | hsl(296, 97%, 55%) |
| CMYK | cmyk(6%, 89%, 0%, 2%) |
| LAB | lab(57.7 92.4 -63.0) |
| LCH | lch(57.7 111.9 325.7) |
| OKLCH | oklch(0.676 0.306 324.9) |
Copy-ready code
/* CSS */
color: #ec1cfb;
background-color: #ec1cfb;
/* Tailwind (arbitrary) */
class="text-[#ec1cfb] bg-[#ec1cfb]"
/* SCSS */
$brand: #ec1cfb;
/* SwiftUI */
Color(red: 0.925, green: 0.110, blue: 0.984)
/* Android */
Color.parseColor("#ec1cfb")Accessibility — WCAG contrast
Aa
#ec1cfb on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec1cfb on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green11.0%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta88.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ec1cfb text on a black background
contrast 6.13:1
Card sample
#ec1cfb text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec1cfb;
Background color
Panel with #ec1cfb background
background-color: #ec1cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec1cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 28, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 28, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec1cfb; background: linear-gradient(135deg, #ec1cfb, #FB1C75);