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