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