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