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