#ef4cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 76, 239
HSL
300°, 84%, 62%
CMYK
0, 68, 0, 6
Luminance
0.2975
Every format
| HEX | #ef4cef |
| RGB | rgb(239, 76, 239) |
| HSL | hsl(300, 84%, 62%) |
| CMYK | cmyk(0%, 68%, 0%, 6%) |
| LAB | lab(61.4 79.7 -50.3) |
| LCH | lch(61.4 94.3 327.7) |
| OKLCH | oklch(0.702 0.262 327.9) |
Copy-ready code
/* CSS */
color: #ef4cef;
background-color: #ef4cef;
/* Tailwind (arbitrary) */
class="text-[#ef4cef] bg-[#ef4cef]"
/* SCSS */
$brand: #ef4cef;
/* SwiftUI */
Color(red: 0.937, green: 0.298, blue: 0.937)
/* Android */
Color.parseColor("#ef4cef")Accessibility — WCAG contrast
Aa
#ef4cef on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4cef on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green29.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow0.0%
Key (black)6.3%
Color previews
#ef4cef text on a black background
contrast 6.95:1
Card sample
#ef4cef text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4cef;
Background color
Panel with #ef4cef background
background-color: #ef4cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 76, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 76, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4cef; background: linear-gradient(135deg, #ef4cef, #EF4C82);