#fd20ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 32, 255
HSL
300°, 100%, 56%
CMYK
1, 88, 0, 0
Luminance
0.2914
Every format
| HEX | #fd20ff |
| RGB | rgb(253, 32, 255) |
| HSL | hsl(300, 100%, 56%) |
| CMYK | cmyk(1%, 88%, 0%, 0%) |
| LAB | lab(60.9 95.2 -59.9) |
| LCH | lch(60.9 112.5 327.8) |
| OKLCH | oklch(0.705 0.313 327.8) |
Copy-ready code
/* CSS */
color: #fd20ff;
background-color: #fd20ff;
/* Tailwind (arbitrary) */
class="text-[#fd20ff] bg-[#fd20ff]"
/* SCSS */
$brand: #fd20ff;
/* SwiftUI */
Color(red: 0.992, green: 0.125, blue: 1.000)
/* Android */
Color.parseColor("#fd20ff")Accessibility — WCAG contrast
Aa
#fd20ff on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd20ff on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.5%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta87.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fd20ff text on a black background
contrast 6.83:1
Card sample
#fd20ff text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd20ff;
Background color
Panel with #fd20ff background
background-color: #fd20ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd20ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 32, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 32, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd20ff; background: linear-gradient(135deg, #fd20ff, #FF206C);