#fd1fcd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 31, 205
HSL
313°, 98%, 56%
CMYK
0, 88, 19, 1
Luminance
0.2627
Every format
| HEX | #fd1fcd |
| RGB | rgb(253, 31, 205) |
| HSL | hsl(313, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 19%, 1%) |
| LAB | lab(58.3 88.7 -35.9) |
| LCH | lch(58.3 95.7 338.0) |
| OKLCH | oklch(0.678 0.283 339.9) |
Copy-ready code
/* CSS */
color: #fd1fcd;
background-color: #fd1fcd;
/* Tailwind (arbitrary) */
class="text-[#fd1fcd] bg-[#fd1fcd]"
/* SCSS */
$brand: #fd1fcd;
/* SwiftUI */
Color(red: 0.992, green: 0.122, blue: 0.804)
/* Android */
Color.parseColor("#fd1fcd")Accessibility — WCAG contrast
Aa
#fd1fcd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1fcd on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow19.0%
Key (black)0.8%
Color previews
#fd1fcd text on a black background
contrast 6.25:1
Card sample
#fd1fcd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1fcd;
Background color
Panel with #fd1fcd background
background-color: #fd1fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 31, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 31, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1fcd; background: linear-gradient(135deg, #fd1fcd, #FD1F39);