#ef1dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 29, 236
HSL
301°, 87%, 53%
CMYK
0, 88, 1, 6
Luminance
0.2529
Every format
| HEX | #ef1dec |
| RGB | rgb(239, 29, 236) |
| HSL | hsl(301, 87%, 53%) |
| CMYK | cmyk(0%, 88%, 1%, 6%) |
| LAB | lab(57.4 90.6 -55.1) |
| LCH | lch(57.4 106.0 328.7) |
| OKLCH | oklch(0.672 0.297 329.0) |
Copy-ready code
/* CSS */
color: #ef1dec;
background-color: #ef1dec;
/* Tailwind (arbitrary) */
class="text-[#ef1dec] bg-[#ef1dec]"
/* SCSS */
$brand: #ef1dec;
/* SwiftUI */
Color(red: 0.937, green: 0.114, blue: 0.925)
/* Android */
Color.parseColor("#ef1dec")Accessibility — WCAG contrast
Aa
#ef1dec on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1dec on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow1.3%
Key (black)6.3%
Color previews
#ef1dec text on a black background
contrast 6.06:1
Card sample
#ef1dec text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1dec;
Background color
Panel with #ef1dec background
background-color: #ef1dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 29, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 29, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1dec; background: linear-gradient(135deg, #ef1dec, #EF1D60);