#fd3dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 61, 236
HSL
305°, 98%, 62%
CMYK
0, 76, 7, 1
Luminance
0.3028
Every format
| HEX | #fd3dec |
| RGB | rgb(253, 61, 236) |
| HSL | hsl(305, 98%, 62%) |
| CMYK | cmyk(0%, 76%, 7%, 1%) |
| LAB | lab(61.9 86.7 -47.8) |
| LCH | lch(61.9 99.0 331.1) |
| OKLCH | oklch(0.709 0.281 332.2) |
Copy-ready code
/* CSS */
color: #fd3dec;
background-color: #fd3dec;
/* Tailwind (arbitrary) */
class="text-[#fd3dec] bg-[#fd3dec]"
/* SCSS */
$brand: #fd3dec;
/* SwiftUI */
Color(red: 0.992, green: 0.239, blue: 0.925)
/* Android */
Color.parseColor("#fd3dec")Accessibility — WCAG contrast
Aa
#fd3dec on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3dec on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow6.7%
Key (black)0.8%
Color previews
#fd3dec text on a black background
contrast 7.06:1
Card sample
#fd3dec text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3dec;
Background color
Panel with #fd3dec background
background-color: #fd3dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 61, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 61, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3dec; background: linear-gradient(135deg, #fd3dec, #FD3D6C);