#ef1cee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 238
HSL
300°, 87%, 52%
CMYK
0, 88, 0, 6
Luminance
0.2535
Every format
| HEX | #ef1cee |
| RGB | rgb(239, 28, 238) |
| HSL | hsl(300, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 0%, 6%) |
| LAB | lab(57.4 91.0 -56.1) |
| LCH | lch(57.4 106.9 328.3) |
| OKLCH | oklch(0.673 0.299 328.5) |
Copy-ready code
/* CSS */
color: #ef1cee;
background-color: #ef1cee;
/* Tailwind (arbitrary) */
class="text-[#ef1cee] bg-[#ef1cee]"
/* SCSS */
$brand: #ef1cee;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.933)
/* Android */
Color.parseColor("#ef1cee")Accessibility — WCAG contrast
Aa
#ef1cee on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cee on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow0.4%
Key (black)6.3%
Color previews
#ef1cee text on a black background
contrast 6.07:1
Card sample
#ef1cee text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cee;
Background color
Panel with #ef1cee background
background-color: #ef1cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cee; background: linear-gradient(135deg, #ef1cee, #EF1C61);