#fd43da
a balanced, electric magenta / pink · warm · closest name: violet
RGB
253, 67, 218
HSL
311°, 98%, 63%
CMYK
0, 74, 14, 1
Luminance
0.2996
Every format
| HEX | #fd43da |
| RGB | rgb(253, 67, 218) |
| HSL | hsl(311, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 14%, 1%) |
| LAB | lab(61.6 82.5 -38.1) |
| LCH | lch(61.6 90.9 335.2) |
| OKLCH | oklch(0.704 0.264 336.9) |
Copy-ready code
/* CSS */
color: #fd43da;
background-color: #fd43da;
/* Tailwind (arbitrary) */
class="text-[#fd43da] bg-[#fd43da]"
/* SCSS */
$brand: #fd43da;
/* SwiftUI */
Color(red: 0.992, green: 0.263, blue: 0.855)
/* Android */
Color.parseColor("#fd43da")Accessibility — WCAG contrast
Aa
#fd43da on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd43da on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow13.8%
Key (black)0.8%
Color previews
#fd43da text on a black background
contrast 6.99:1
Card sample
#fd43da text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd43da;
Background color
Panel with #fd43da background
background-color: #fd43da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd43da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 67, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 67, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd43da; background: linear-gradient(135deg, #fd43da, #FD435E);