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