#fd55ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 85, 173
HSL
329°, 98%, 66%
CMYK
0, 66, 32, 1
Luminance
0.3040
Every format
| HEX | #fd55ad |
| RGB | rgb(253, 85, 173) |
| HSL | hsl(329, 98%, 66%) |
| CMYK | cmyk(0%, 66%, 32%, 1%) |
| LAB | lab(62.0 70.9 -11.9) |
| LCH | lch(62.0 71.9 350.5) |
| OKLCH | oklch(0.701 0.218 351.9) |
Copy-ready code
/* CSS */
color: #fd55ad;
background-color: #fd55ad;
/* Tailwind (arbitrary) */
class="text-[#fd55ad] bg-[#fd55ad]"
/* SCSS */
$brand: #fd55ad;
/* SwiftUI */
Color(red: 0.992, green: 0.333, blue: 0.678)
/* Android */
Color.parseColor("#fd55ad")Accessibility — WCAG contrast
Aa
#fd55ad on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd55ad on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow31.6%
Key (black)0.8%
Color previews
#fd55ad text on a black background
contrast 7.08:1
Card sample
#fd55ad text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd55ad;
Background color
Panel with #fd55ad background
background-color: #fd55ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd55ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 85, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 85, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd55ad; background: linear-gradient(135deg, #fd55ad, #FD6D55);