#fd2dcb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 45, 203
HSL
314°, 98%, 58%
CMYK
0, 82, 20, 1
Luminance
0.2707
Every format
| HEX | #fd2dcb |
| RGB | rgb(253, 45, 203) |
| HSL | hsl(314, 98%, 58%) |
| CMYK | cmyk(0%, 82%, 20%, 1%) |
| LAB | lab(59.0 86.1 -33.6) |
| LCH | lch(59.0 92.4 338.7) |
| OKLCH | oklch(0.683 0.274 340.6) |
Copy-ready code
/* CSS */
color: #fd2dcb;
background-color: #fd2dcb;
/* Tailwind (arbitrary) */
class="text-[#fd2dcb] bg-[#fd2dcb]"
/* SCSS */
$brand: #fd2dcb;
/* SwiftUI */
Color(red: 0.992, green: 0.176, blue: 0.796)
/* Android */
Color.parseColor("#fd2dcb")Accessibility — WCAG contrast
Aa
#fd2dcb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2dcb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow19.8%
Key (black)0.8%
Color previews
#fd2dcb text on a black background
contrast 6.41:1
Card sample
#fd2dcb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2dcb;
Background color
Panel with #fd2dcb background
background-color: #fd2dcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2dcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 45, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 45, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2dcb; background: linear-gradient(135deg, #fd2dcb, #FD2D40);