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