#ec28cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 40, 207
HSL
309°, 84%, 54%
CMYK
0, 83, 12, 8
Luminance
0.2386
Every format
| HEX | #ec28cf |
| RGB | rgb(236, 40, 207) |
| HSL | hsl(309, 84%, 54%) |
| CMYK | cmyk(0%, 83%, 12%, 8%) |
| LAB | lab(56.0 84.2 -41.0) |
| LCH | lch(56.0 93.6 334.0) |
| OKLCH | oklch(0.656 0.271 335.6) |
Copy-ready code
/* CSS */
color: #ec28cf;
background-color: #ec28cf;
/* Tailwind (arbitrary) */
class="text-[#ec28cf] bg-[#ec28cf]"
/* SCSS */
$brand: #ec28cf;
/* SwiftUI */
Color(red: 0.925, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#ec28cf")Accessibility — WCAG contrast
Aa
#ec28cf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec28cf on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green15.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow12.3%
Key (black)7.5%
Color previews
#ec28cf text on a black background
contrast 5.77:1
Card sample
#ec28cf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec28cf;
Background color
Panel with #ec28cf background
background-color: #ec28cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec28cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec28cf; background: linear-gradient(135deg, #ec28cf, #EC284C);