#ec28eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 40, 235
HSL
300°, 84%, 54%
CMYK
0, 83, 0, 8
Luminance
0.2535
Every format
| HEX | #ec28eb |
| RGB | rgb(236, 40, 235) |
| HSL | hsl(300, 84%, 54%) |
| CMYK | cmyk(0%, 83%, 0%, 8%) |
| LAB | lab(57.4 88.1 -54.5) |
| LCH | lch(57.4 103.6 328.3) |
| OKLCH | oklch(0.672 0.289 328.5) |
Copy-ready code
/* CSS */
color: #ec28eb;
background-color: #ec28eb;
/* Tailwind (arbitrary) */
class="text-[#ec28eb] bg-[#ec28eb]"
/* SCSS */
$brand: #ec28eb;
/* SwiftUI */
Color(red: 0.925, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#ec28eb")Accessibility — WCAG contrast
Aa
#ec28eb on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec28eb on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green15.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow0.4%
Key (black)7.5%
Color previews
#ec28eb text on a black background
contrast 6.07:1
Card sample
#ec28eb text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec28eb;
Background color
Panel with #ec28eb background
background-color: #ec28eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec28eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec28eb; background: linear-gradient(135deg, #ec28eb, #EC2868);