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