#ec45eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 69, 235
HSL
300°, 82%, 60%
CMYK
0, 71, 0, 8
Luminance
0.2809
Every format
| HEX | #ec45eb |
| RGB | rgb(236, 69, 235) |
| HSL | hsl(300, 82%, 60%) |
| CMYK | cmyk(0%, 71%, 0%, 8%) |
| LAB | lab(60.0 80.7 -50.4) |
| LCH | lch(60.0 95.2 328.0) |
| OKLCH | oklch(0.690 0.265 328.2) |
Copy-ready code
/* CSS */
color: #ec45eb;
background-color: #ec45eb;
/* Tailwind (arbitrary) */
class="text-[#ec45eb] bg-[#ec45eb]"
/* SCSS */
$brand: #ec45eb;
/* SwiftUI */
Color(red: 0.925, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#ec45eb")Accessibility — WCAG contrast
Aa
#ec45eb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec45eb on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green27.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow0.4%
Key (black)7.5%
Color previews
#ec45eb text on a black background
contrast 6.62:1
Card sample
#ec45eb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec45eb;
Background color
Panel with #ec45eb background
background-color: #ec45eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec45eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec45eb; background: linear-gradient(135deg, #ec45eb, #EC457C);