#fd3ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 63, 252
HSL
300°, 98%, 62%
CMYK
0, 75, 0, 1
Luminance
0.3147
Every format
| HEX | #fd3ffc |
| RGB | rgb(253, 63, 252) |
| HSL | hsl(300, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 0%, 1%) |
| LAB | lab(62.9 88.5 -55.1) |
| LCH | lch(62.9 104.2 328.1) |
| OKLCH | oklch(0.719 0.291 328.3) |
Copy-ready code
/* CSS */
color: #fd3ffc;
background-color: #fd3ffc;
/* Tailwind (arbitrary) */
class="text-[#fd3ffc] bg-[#fd3ffc]"
/* SCSS */
$brand: #fd3ffc;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#fd3ffc")Accessibility — WCAG contrast
Aa
#fd3ffc on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3ffc on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow0.4%
Key (black)0.8%
Color previews
#fd3ffc text on a black background
contrast 7.29:1
Card sample
#fd3ffc text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ffc;
Background color
Panel with #fd3ffc background
background-color: #fd3ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ffc; background: linear-gradient(135deg, #fd3ffc, #FD3F7E);