#fd2dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 45, 236
HSL
305°, 98%, 58%
CMYK
0, 82, 7, 1
Luminance
0.2882
Every format
| HEX | #fd2dec |
| RGB | rgb(253, 45, 236) |
| HSL | hsl(305, 98%, 58%) |
| CMYK | cmyk(0%, 82%, 7%, 1%) |
| LAB | lab(60.6 90.3 -49.8) |
| LCH | lch(60.6 103.2 331.1) |
| OKLCH | oklch(0.700 0.294 332.1) |
Copy-ready code
/* CSS */
color: #fd2dec;
background-color: #fd2dec;
/* Tailwind (arbitrary) */
class="text-[#fd2dec] bg-[#fd2dec]"
/* SCSS */
$brand: #fd2dec;
/* SwiftUI */
Color(red: 0.992, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#fd2dec")Accessibility — WCAG contrast
Aa
#fd2dec on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2dec on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow6.7%
Key (black)0.8%
Color previews
#fd2dec text on a black background
contrast 6.76:1
Card sample
#fd2dec text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2dec;
Background color
Panel with #fd2dec background
background-color: #fd2dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2dec; background: linear-gradient(135deg, #fd2dec, #FD2D61);