#e74fdf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 79, 223
HSL
303°, 76%, 61%
CMYK
0, 66, 4, 9
Luminance
0.2791
Every format
| HEX | #e74fdf |
| RGB | rgb(231, 79, 223) |
| HSL | hsl(303, 76%, 61%) |
| CMYK | cmyk(0%, 66%, 4%, 9%) |
| LAB | lab(59.8 74.3 -44.0) |
| LCH | lch(59.8 86.4 329.4) |
| OKLCH | oklch(0.685 0.243 330.0) |
Copy-ready code
/* CSS */
color: #e74fdf;
background-color: #e74fdf;
/* Tailwind (arbitrary) */
class="text-[#e74fdf] bg-[#e74fdf]"
/* SCSS */
$brand: #e74fdf;
/* SwiftUI */
Color(red: 0.906, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#e74fdf")Accessibility — WCAG contrast
Aa
#e74fdf on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e74fdf on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow3.5%
Key (black)9.4%
Color previews
#e74fdf text on a black background
contrast 6.58:1
Card sample
#e74fdf text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e74fdf;
Background color
Panel with #e74fdf background
background-color: #e74fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e74fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e74fdf; background: linear-gradient(135deg, #e74fdf, #E74F7A);