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