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