#e45cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
228, 92, 223
HSL
302°, 72%, 63%
CMYK
0, 60, 2, 11
Luminance
0.2948
Every format
| HEX | #e45cdf |
| RGB | rgb(228, 92, 223) |
| HSL | hsl(302, 72%, 63%) |
| CMYK | cmyk(0%, 60%, 2%, 11%) |
| LAB | lab(61.2 68.5 -41.9) |
| LCH | lch(61.2 80.3 328.6) |
| OKLCH | oklch(0.695 0.225 329.1) |
Copy-ready code
/* CSS */
color: #e45cdf;
background-color: #e45cdf;
/* Tailwind (arbitrary) */
class="text-[#e45cdf] bg-[#e45cdf]"
/* SCSS */
$brand: #e45cdf;
/* SwiftUI */
Color(red: 0.894, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#e45cdf")Accessibility — WCAG contrast
Aa
#e45cdf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e45cdf on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green36.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow2.2%
Key (black)10.6%
Color previews
#e45cdf text on a black background
contrast 6.90:1
Card sample
#e45cdf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e45cdf;
Background color
Panel with #e45cdf background
background-color: #e45cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e45cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e45cdf; background: linear-gradient(135deg, #e45cdf, #E45C84);