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