#e63fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 63, 223
HSL
303°, 77%, 58%
CMYK
0, 73, 3, 10
Luminance
0.2571
Every format
| HEX | #e63fdf |
| RGB | rgb(230, 63, 223) |
| HSL | hsl(303, 77%, 58%) |
| CMYK | cmyk(0%, 73%, 3%, 10%) |
| LAB | lab(57.8 79.5 -47.3) |
| LCH | lch(57.8 92.5 329.3) |
| OKLCH | oklch(0.670 0.260 329.9) |
Copy-ready code
/* CSS */
color: #e63fdf;
background-color: #e63fdf;
/* Tailwind (arbitrary) */
class="text-[#e63fdf] bg-[#e63fdf]"
/* SCSS */
$brand: #e63fdf;
/* SwiftUI */
Color(red: 0.902, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#e63fdf")Accessibility — WCAG contrast
Aa
#e63fdf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e63fdf on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green24.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow3.0%
Key (black)9.8%
Color previews
#e63fdf text on a black background
contrast 6.14:1
Card sample
#e63fdf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e63fdf;
Background color
Panel with #e63fdf background
background-color: #e63fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e63fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e63fdf; background: linear-gradient(135deg, #e63fdf, #E63F70);