#ef1ecc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 30, 204
HSL
310°, 87%, 53%
CMYK
0, 87, 15, 6
Luminance
0.2364
Every format
| HEX | #ef1ecc |
| RGB | rgb(239, 30, 204) |
| HSL | hsl(310, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 15%, 6%) |
| LAB | lab(55.7 86.1 -39.6) |
| LCH | lch(55.7 94.8 335.3) |
| OKLCH | oklch(0.655 0.277 337.0) |
Copy-ready code
/* CSS */
color: #ef1ecc;
background-color: #ef1ecc;
/* Tailwind (arbitrary) */
class="text-[#ef1ecc] bg-[#ef1ecc]"
/* SCSS */
$brand: #ef1ecc;
/* SwiftUI */
Color(red: 0.937, green: 0.118, blue: 0.800)
/* Android */
Color.parseColor("#ef1ecc")Accessibility — WCAG contrast
Aa
#ef1ecc on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1ecc on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow14.6%
Key (black)6.3%
Color previews
#ef1ecc text on a black background
contrast 5.73:1
Card sample
#ef1ecc text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1ecc;
Background color
Panel with #ef1ecc background
background-color: #ef1ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 30, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 30, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1ecc; background: linear-gradient(135deg, #ef1ecc, #EF1E41);