#ec16cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 22, 207
HSL
308°, 85%, 51%
CMYK
0, 91, 12, 8
Luminance
0.2291
Every format
| HEX | #ec16cf |
| RGB | rgb(236, 22, 207) |
| HSL | hsl(308, 85%, 51%) |
| CMYK | cmyk(0%, 91%, 12%, 8%) |
| LAB | lab(55.0 87.0 -42.5) |
| LCH | lch(55.0 96.8 334.0) |
| OKLCH | oklch(0.650 0.281 335.5) |
Copy-ready code
/* CSS */
color: #ec16cf;
background-color: #ec16cf;
/* Tailwind (arbitrary) */
class="text-[#ec16cf] bg-[#ec16cf]"
/* SCSS */
$brand: #ec16cf;
/* SwiftUI */
Color(red: 0.925, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#ec16cf")Accessibility — WCAG contrast
Aa
#ec16cf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec16cf on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green8.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ec16cf text on a black background
contrast 5.58:1
Card sample
#ec16cf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec16cf;
Background color
Panel with #ec16cf background
background-color: #ec16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec16cf; background: linear-gradient(135deg, #ec16cf, #EC1641);