#e643df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 67, 223
HSL
303°, 77%, 58%
CMYK
0, 71, 3, 10
Luminance
0.2617
Every format
| HEX | #e643df |
| RGB | rgb(230, 67, 223) |
| HSL | hsl(303, 77%, 58%) |
| CMYK | cmyk(0%, 71%, 3%, 10%) |
| LAB | lab(58.2 78.3 -46.6) |
| LCH | lch(58.2 91.1 329.2) |
| OKLCH | oklch(0.673 0.256 329.8) |
Copy-ready code
/* CSS */
color: #e643df;
background-color: #e643df;
/* Tailwind (arbitrary) */
class="text-[#e643df] bg-[#e643df]"
/* SCSS */
$brand: #e643df;
/* SwiftUI */
Color(red: 0.902, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#e643df")Accessibility — WCAG contrast
Aa
#e643df on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e643df on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green26.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow3.0%
Key (black)9.8%
Color previews
#e643df text on a black background
contrast 6.23:1
Card sample
#e643df text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e643df;
Background color
Panel with #e643df background
background-color: #e643df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e643df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e643df; background: linear-gradient(135deg, #e643df, #E64372);