#fd39ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 57, 255
HSL
299°, 100%, 61%
CMYK
1, 78, 0, 0
Luminance
0.3103
Every format
| HEX | #fd39ff |
| RGB | rgb(253, 57, 255) |
| HSL | hsl(299, 100%, 61%) |
| CMYK | cmyk(1%, 78%, 0%, 0%) |
| LAB | lab(62.5 90.5 -57.3) |
| LCH | lch(62.5 107.1 327.6) |
| OKLCH | oklch(0.717 0.298 327.7) |
Copy-ready code
/* CSS */
color: #fd39ff;
background-color: #fd39ff;
/* Tailwind (arbitrary) */
class="text-[#fd39ff] bg-[#fd39ff]"
/* SCSS */
$brand: #fd39ff;
/* SwiftUI */
Color(red: 0.992, green: 0.224, blue: 1.000)
/* Android */
Color.parseColor("#fd39ff")Accessibility — WCAG contrast
Aa
#fd39ff on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd39ff on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.4%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta77.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fd39ff text on a black background
contrast 7.21:1
Card sample
#fd39ff text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd39ff;
Background color
Panel with #fd39ff background
background-color: #fd39ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd39ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 57, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 57, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd39ff; background: linear-gradient(135deg, #fd39ff, #FF397D);