#fd3afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 58, 253
HSL
300°, 98%, 61%
CMYK
0, 77, 0, 1
Luminance
0.3100
Every format
| HEX | #fd3afd |
| RGB | rgb(253, 58, 253) |
| HSL | hsl(300, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 0%, 1%) |
| LAB | lab(62.5 89.9 -56.2) |
| LCH | lch(62.5 106.0 328.0) |
| OKLCH | oklch(0.716 0.296 328.1) |
Copy-ready code
/* CSS */
color: #fd3afd;
background-color: #fd3afd;
/* Tailwind (arbitrary) */
class="text-[#fd3afd] bg-[#fd3afd]"
/* SCSS */
$brand: #fd3afd;
/* SwiftUI */
Color(red: 0.992, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#fd3afd")Accessibility — WCAG contrast
Aa
#fd3afd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3afd on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.7%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#fd3afd text on a black background
contrast 7.20:1
Card sample
#fd3afd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3afd;
Background color
Panel with #fd3afd background
background-color: #fd3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3afd; background: linear-gradient(135deg, #fd3afd, #FD3A7B);