#e754df
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
231, 84, 223
HSL
303°, 75%, 62%
CMYK
0, 64, 4, 9
Luminance
0.2866
Every format
| HEX | #e754df |
| RGB | rgb(231, 84, 223) |
| HSL | hsl(303, 75%, 62%) |
| CMYK | cmyk(0%, 64%, 4%, 9%) |
| LAB | lab(60.5 72.5 -43.0) |
| LCH | lch(60.5 84.3 329.3) |
| OKLCH | oklch(0.690 0.237 330.0) |
Copy-ready code
/* CSS */
color: #e754df;
background-color: #e754df;
/* Tailwind (arbitrary) */
class="text-[#e754df] bg-[#e754df]"
/* SCSS */
$brand: #e754df;
/* SwiftUI */
Color(red: 0.906, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#e754df")Accessibility — WCAG contrast
Aa
#e754df on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e754df on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green32.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow3.5%
Key (black)9.4%
Color previews
#e754df text on a black background
contrast 6.73:1
Card sample
#e754df text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e754df;
Background color
Panel with #e754df background
background-color: #e754df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e754df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e754df; background: linear-gradient(135deg, #e754df, #E7547D);