#ec03cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 3, 207
HSL
308°, 98%, 47%
CMYK
0, 99, 12, 8
Luminance
0.2240
Every format
| HEX | #ec03cf |
| RGB | rgb(236, 3, 207) |
| HSL | hsl(308, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 12%, 8%) |
| LAB | lab(54.5 88.5 -43.3) |
| LCH | lch(54.5 98.6 333.9) |
| OKLCH | oklch(0.646 0.286 335.4) |
Copy-ready code
/* CSS */
color: #ec03cf;
background-color: #ec03cf;
/* Tailwind (arbitrary) */
class="text-[#ec03cf] bg-[#ec03cf]"
/* SCSS */
$brand: #ec03cf;
/* SwiftUI */
Color(red: 0.925, green: 0.012, blue: 0.812)
/* Android */
Color.parseColor("#ec03cf")Accessibility — WCAG contrast
Aa
#ec03cf on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec03cf on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green1.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ec03cf text on a black background
contrast 5.48:1
Card sample
#ec03cf text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec03cf;
Background color
Panel with #ec03cf background
background-color: #ec03cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec03cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 3, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 3, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec03cf; background: linear-gradient(135deg, #ec03cf, #EC0334);