#fe60fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
254, 96, 253
HSL
300°, 99%, 69%
CMYK
0, 62, 0, 0
Luminance
0.3653
Every format
| HEX | #fe60fd |
| RGB | rgb(254, 96, 253) |
| HSL | hsl(300, 99%, 69%) |
| CMYK | cmyk(0%, 62%, 0%, 0%) |
| LAB | lab(66.9 78.0 -49.2) |
| LCH | lch(66.9 92.3 327.7) |
| OKLCH | oklch(0.748 0.257 328.0) |
Copy-ready code
/* CSS */
color: #fe60fd;
background-color: #fe60fd;
/* Tailwind (arbitrary) */
class="text-[#fe60fd] bg-[#fe60fd]"
/* SCSS */
$brand: #fe60fd;
/* SwiftUI */
Color(red: 0.996, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#fe60fd")Accessibility — WCAG contrast
Aa
#fe60fd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe60fd on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green37.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow0.4%
Key (black)0.4%
Color previews
#fe60fd text on a black background
contrast 8.31:1
Card sample
#fe60fd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe60fd;
Background color
Panel with #fe60fd background
background-color: #fe60fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe60fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe60fd; background: linear-gradient(135deg, #fe60fd, #FE6094);