#e44fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
228, 79, 223
HSL
302°, 73%, 60%
CMYK
0, 65, 2, 11
Luminance
0.2741
Every format
| HEX | #e44fdf |
| RGB | rgb(228, 79, 223) |
| HSL | hsl(302, 73%, 60%) |
| CMYK | cmyk(0%, 65%, 2%, 11%) |
| LAB | lab(59.4 73.7 -44.8) |
| LCH | lch(59.4 86.2 328.7) |
| OKLCH | oklch(0.681 0.241 329.2) |
Copy-ready code
/* CSS */
color: #e44fdf;
background-color: #e44fdf;
/* Tailwind (arbitrary) */
class="text-[#e44fdf] bg-[#e44fdf]"
/* SCSS */
$brand: #e44fdf;
/* SwiftUI */
Color(red: 0.894, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#e44fdf")Accessibility — WCAG contrast
Aa
#e44fdf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44fdf on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green31.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow2.2%
Key (black)10.6%
Color previews
#e44fdf text on a black background
contrast 6.48:1
Card sample
#e44fdf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44fdf;
Background color
Panel with #e44fdf background
background-color: #e44fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44fdf; background: linear-gradient(135deg, #e44fdf, #E44F7C);