#fd2cff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 44, 255
HSL
299°, 100%, 59%
CMYK
1, 83, 0, 0
Luminance
0.2990
Every format
| HEX | #fd2cff |
| RGB | rgb(253, 44, 255) |
| HSL | hsl(299, 100%, 59%) |
| CMYK | cmyk(1%, 83%, 0%, 0%) |
| LAB | lab(61.6 93.3 -58.8) |
| LCH | lch(61.6 110.3 327.7) |
| OKLCH | oklch(0.710 0.307 327.8) |
Copy-ready code
/* CSS */
color: #fd2cff;
background-color: #fd2cff;
/* Tailwind (arbitrary) */
class="text-[#fd2cff] bg-[#fd2cff]"
/* SCSS */
$brand: #fd2cff;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#fd2cff")Accessibility — WCAG contrast
Aa
#fd2cff on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2cff on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fd2cff text on a black background
contrast 6.98:1
Card sample
#fd2cff text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2cff;
Background color
Panel with #fd2cff background
background-color: #fd2cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2cff; background: linear-gradient(135deg, #fd2cff, #FF2C74);