#fd3ada
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 58, 218
HSL
311°, 98%, 61%
CMYK
0, 77, 14, 1
Luminance
0.2897
Every format
| HEX | #fd3ada |
| RGB | rgb(253, 58, 218) |
| HSL | hsl(311, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 14%, 1%) |
| LAB | lab(60.8 85.0 -39.5) |
| LCH | lch(60.8 93.7 335.1) |
| OKLCH | oklch(0.698 0.273 336.7) |
Copy-ready code
/* CSS */
color: #fd3ada;
background-color: #fd3ada;
/* Tailwind (arbitrary) */
class="text-[#fd3ada] bg-[#fd3ada]"
/* SCSS */
$brand: #fd3ada;
/* SwiftUI */
Color(red: 0.992, green: 0.227, blue: 0.855)
/* Android */
Color.parseColor("#fd3ada")Accessibility — WCAG contrast
Aa
#fd3ada on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3ada on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd3ada text on a black background
contrast 6.79:1
Card sample
#fd3ada text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ada;
Background color
Panel with #fd3ada background
background-color: #fd3ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 58, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 58, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ada; background: linear-gradient(135deg, #fd3ada, #FD3A58);