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