#fd65fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 101, 254
HSL
300°, 99%, 70%
CMYK
0, 60, 0, 0
Luminance
0.3735
Every format
| HEX | #fd65fe |
| RGB | rgb(253, 101, 254) |
| HSL | hsl(300, 99%, 70%) |
| CMYK | cmyk(0%, 60%, 0%, 0%) |
| LAB | lab(67.5 76.0 -48.8) |
| LCH | lch(67.5 90.3 327.3) |
| OKLCH | oklch(0.752 0.251 327.5) |
Copy-ready code
/* CSS */
color: #fd65fe;
background-color: #fd65fe;
/* Tailwind (arbitrary) */
class="text-[#fd65fe] bg-[#fd65fe]"
/* SCSS */
$brand: #fd65fe;
/* SwiftUI */
Color(red: 0.992, green: 0.396, blue: 0.996)
/* Android */
Color.parseColor("#fd65fe")Accessibility — WCAG contrast
Aa
#fd65fe on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd65fe on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.6%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta60.2%
Yellow0.0%
Key (black)0.4%
Color previews
#fd65fe text on a black background
contrast 8.47:1
Card sample
#fd65fe text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd65fe;
Background color
Panel with #fd65fe background
background-color: #fd65fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd65fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 101, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 101, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd65fe; background: linear-gradient(135deg, #fd65fe, #FE6599);