#fd2bcd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 43, 205
HSL
314°, 98%, 58%
CMYK
0, 83, 19, 1
Luminance
0.2702
Every format
| HEX | #fd2bcd |
| RGB | rgb(253, 43, 205) |
| HSL | hsl(314, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 19%, 1%) |
| LAB | lab(59.0 86.7 -34.9) |
| LCH | lch(59.0 93.5 338.1) |
| OKLCH | oklch(0.683 0.276 340.0) |
Copy-ready code
/* CSS */
color: #fd2bcd;
background-color: #fd2bcd;
/* Tailwind (arbitrary) */
class="text-[#fd2bcd] bg-[#fd2bcd]"
/* SCSS */
$brand: #fd2bcd;
/* SwiftUI */
Color(red: 0.992, green: 0.169, blue: 0.804)
/* Android */
Color.parseColor("#fd2bcd")Accessibility — WCAG contrast
Aa
#fd2bcd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2bcd on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow19.0%
Key (black)0.8%
Color previews
#fd2bcd text on a black background
contrast 6.40:1
Card sample
#fd2bcd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2bcd;
Background color
Panel with #fd2bcd background
background-color: #fd2bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 43, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 43, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2bcd; background: linear-gradient(135deg, #fd2bcd, #FD2B41);