#e654f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
230, 84, 242
HSL
295°, 86%, 64%
CMYK
5, 65, 0, 5
Luminance
0.2957
Every format
| HEX | #e654f2 |
| RGB | rgb(230, 84, 242) |
| HSL | hsl(295, 86%, 64%) |
| CMYK | cmyk(5%, 65%, 0%, 5%) |
| LAB | lab(61.3 75.3 -52.3) |
| LCH | lch(61.3 91.7 325.2) |
| OKLCH | oklch(0.699 0.251 324.6) |
Copy-ready code
/* CSS */
color: #e654f2;
background-color: #e654f2;
/* Tailwind (arbitrary) */
class="text-[#e654f2] bg-[#e654f2]"
/* SCSS */
$brand: #e654f2;
/* SwiftUI */
Color(red: 0.902, green: 0.329, blue: 0.949)
/* Android */
Color.parseColor("#e654f2")Accessibility — WCAG contrast
Aa
#e654f2 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e654f2 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green32.9%
Blue94.9%
CMYK percentages
Cyan5.0%
Magenta65.3%
Yellow0.0%
Key (black)5.1%
Color previews
#e654f2 text on a black background
contrast 6.91:1
Card sample
#e654f2 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e654f2;
Background color
Panel with #e654f2 background
background-color: #e654f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e654f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 84, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 84, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e654f2; background: linear-gradient(135deg, #e654f2, #F25495);