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