#fd3adf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 58, 223
HSL
309°, 98%, 61%
CMYK
0, 77, 12, 1
Luminance
0.2924
Every format
| HEX | #fd3adf |
| RGB | rgb(253, 58, 223) |
| HSL | hsl(309, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 12%, 1%) |
| LAB | lab(61.0 85.6 -41.9) |
| LCH | lch(61.0 95.3 333.9) |
| OKLCH | oklch(0.700 0.276 335.4) |
Copy-ready code
/* CSS */
color: #fd3adf;
background-color: #fd3adf;
/* Tailwind (arbitrary) */
class="text-[#fd3adf] bg-[#fd3adf]"
/* SCSS */
$brand: #fd3adf;
/* SwiftUI */
Color(red: 0.992, green: 0.227, blue: 0.875)
/* Android */
Color.parseColor("#fd3adf")Accessibility — WCAG contrast
Aa
#fd3adf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3adf on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow11.9%
Key (black)0.8%
Color previews
#fd3adf text on a black background
contrast 6.85:1
Card sample
#fd3adf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3adf;
Background color
Panel with #fd3adf background
background-color: #fd3adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 58, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 58, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3adf; background: linear-gradient(135deg, #fd3adf, #FD3A5D);