#fd4ffc
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 79, 252
HSL
300°, 98%, 65%
CMYK
0, 69, 0, 1
Luminance
0.3350
Every format
| HEX | #fd4ffc |
| RGB | rgb(253, 79, 252) |
| HSL | hsl(300, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 0%, 1%) |
| LAB | lab(64.6 83.7 -52.4) |
| LCH | lch(64.6 98.8 327.9) |
| OKLCH | oklch(0.731 0.275 328.2) |
Copy-ready code
/* CSS */
color: #fd4ffc;
background-color: #fd4ffc;
/* Tailwind (arbitrary) */
class="text-[#fd4ffc] bg-[#fd4ffc]"
/* SCSS */
$brand: #fd4ffc;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#fd4ffc")Accessibility — WCAG contrast
Aa
#fd4ffc on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4ffc on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow0.4%
Key (black)0.8%
Color previews
#fd4ffc text on a black background
contrast 7.70:1
Card sample
#fd4ffc text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4ffc;
Background color
Panel with #fd4ffc background
background-color: #fd4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4ffc; background: linear-gradient(135deg, #fd4ffc, #FD4F88);