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