#fd1dfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 29, 252
HSL
300°, 98%, 55%
CMYK
0, 89, 0, 1
Luminance
0.2879
Every format
| HEX | #fd1dfc |
| RGB | rgb(253, 29, 252) |
| HSL | hsl(300, 98%, 55%) |
| CMYK | cmyk(0%, 89%, 0%, 1%) |
| LAB | lab(60.6 95.2 -58.7) |
| LCH | lch(60.6 111.8 328.3) |
| OKLCH | oklch(0.702 0.312 328.5) |
Copy-ready code
/* CSS */
color: #fd1dfc;
background-color: #fd1dfc;
/* Tailwind (arbitrary) */
class="text-[#fd1dfc] bg-[#fd1dfc]"
/* SCSS */
$brand: #fd1dfc;
/* SwiftUI */
Color(red: 0.992, green: 0.114, blue: 0.988)
/* Android */
Color.parseColor("#fd1dfc")Accessibility — WCAG contrast
Aa
#fd1dfc on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1dfc on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green11.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow0.4%
Key (black)0.8%
Color previews
#fd1dfc text on a black background
contrast 6.76:1
Card sample
#fd1dfc text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1dfc;
Background color
Panel with #fd1dfc background
background-color: #fd1dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 29, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 29, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1dfc; background: linear-gradient(135deg, #fd1dfc, #FD1D67);