#fd43ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 67, 172
HSL
326°, 98%, 63%
CMYK
0, 74, 32, 1
Luminance
0.2788
Every format
| HEX | #fd43ac |
| RGB | rgb(253, 67, 172) |
| HSL | hsl(326, 98%, 63%) |
| CMYK | cmyk(0%, 74%, 32%, 1%) |
| LAB | lab(59.8 76.9 -14.7) |
| LCH | lch(59.8 78.3 349.2) |
| OKLCH | oklch(0.685 0.238 350.8) |
Copy-ready code
/* CSS */
color: #fd43ac;
background-color: #fd43ac;
/* Tailwind (arbitrary) */
class="text-[#fd43ac] bg-[#fd43ac]"
/* SCSS */
$brand: #fd43ac;
/* SwiftUI */
Color(red: 0.992, green: 0.263, blue: 0.675)
/* Android */
Color.parseColor("#fd43ac")Accessibility — WCAG contrast
Aa
#fd43ac on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd43ac on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow32.0%
Key (black)0.8%
Color previews
#fd43ac text on a black background
contrast 6.58:1
Card sample
#fd43ac text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd43ac;
Background color
Panel with #fd43ac background
background-color: #fd43ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd43ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 67, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 67, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd43ac; background: linear-gradient(135deg, #fd43ac, #FD5643);