#ec5cfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
236, 92, 251
HSL
294°, 95%, 67%
CMYK
6, 63, 0, 2
Luminance
0.3245
Every format
| HEX | #ec5cfb |
| RGB | rgb(236, 92, 251) |
| HSL | hsl(294, 95%, 67%) |
| CMYK | cmyk(6%, 63%, 0%, 2%) |
| LAB | lab(63.7 75.1 -53.4) |
| LCH | lch(63.7 92.2 324.6) |
| OKLCH | oklch(0.720 0.251 323.8) |
Copy-ready code
/* CSS */
color: #ec5cfb;
background-color: #ec5cfb;
/* Tailwind (arbitrary) */
class="text-[#ec5cfb] bg-[#ec5cfb]"
/* SCSS */
$brand: #ec5cfb;
/* SwiftUI */
Color(red: 0.925, green: 0.361, blue: 0.984)
/* Android */
Color.parseColor("#ec5cfb")Accessibility — WCAG contrast
Aa
#ec5cfb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5cfb on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.1%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta63.3%
Yellow0.0%
Key (black)1.6%
Color previews
#ec5cfb text on a black background
contrast 7.49:1
Card sample
#ec5cfb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5cfb;
Background color
Panel with #ec5cfb background
background-color: #ec5cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 92, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 92, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5cfb; background: linear-gradient(135deg, #ec5cfb, #FB5CA0);