#fd3dae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 61, 174
HSL
325°, 98%, 62%
CMYK
0, 76, 31, 1
Luminance
0.2728
Every format
| HEX | #fd3dae |
| RGB | rgb(253, 61, 174) |
| HSL | hsl(325, 98%, 62%) |
| CMYK | cmyk(0%, 76%, 31%, 1%) |
| LAB | lab(59.2 78.8 -16.6) |
| LCH | lch(59.2 80.6 348.1) |
| OKLCH | oklch(0.681 0.245 349.8) |
Copy-ready code
/* CSS */
color: #fd3dae;
background-color: #fd3dae;
/* Tailwind (arbitrary) */
class="text-[#fd3dae] bg-[#fd3dae]"
/* SCSS */
$brand: #fd3dae;
/* SwiftUI */
Color(red: 0.992, green: 0.239, blue: 0.682)
/* Android */
Color.parseColor("#fd3dae")Accessibility — WCAG contrast
Aa
#fd3dae on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3dae on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow31.2%
Key (black)0.8%
Color previews
#fd3dae text on a black background
contrast 6.46:1
Card sample
#fd3dae text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3dae;
Background color
Panel with #fd3dae background
background-color: #fd3dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 61, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 61, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3dae; background: linear-gradient(135deg, #fd3dae, #FD4C3D);