#ef1cff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 255
HSL
296°, 100%, 56%
CMYK
6, 89, 0, 0
Luminance
0.2640
Every format
| HEX | #ef1cff |
| RGB | rgb(239, 28, 255) |
| HSL | hsl(296, 100%, 56%) |
| CMYK | cmyk(6%, 89%, 0%, 0%) |
| LAB | lab(58.4 93.5 -64.0) |
| LCH | lch(58.4 113.3 325.6) |
| OKLCH | oklch(0.683 0.310 324.7) |
Copy-ready code
/* CSS */
color: #ef1cff;
background-color: #ef1cff;
/* Tailwind (arbitrary) */
class="text-[#ef1cff] bg-[#ef1cff]"
/* SCSS */
$brand: #ef1cff;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 1.000)
/* Android */
Color.parseColor("#ef1cff")Accessibility — WCAG contrast
Aa
#ef1cff on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cff on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta89.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ef1cff text on a black background
contrast 6.28:1
Card sample
#ef1cff text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cff;
Background color
Panel with #ef1cff background
background-color: #ef1cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cff; background: linear-gradient(135deg, #ef1cff, #FF1C78);