#fd88af
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 136, 175
HSL
340°, 97%, 76%
CMYK
0, 46, 31, 1
Luminance
0.4159
Every format
| HEX | #fd88af |
| RGB | rgb(253, 136, 175) |
| HSL | hsl(340, 97%, 76%) |
| CMYK | cmyk(0%, 46%, 31%, 1%) |
| LAB | lab(70.6 48.5 -0.3) |
| LCH | lch(70.6 48.5 359.6) |
| OKLCH | oklch(0.765 0.147 359.9) |
Copy-ready code
/* CSS */
color: #fd88af;
background-color: #fd88af;
/* Tailwind (arbitrary) */
class="text-[#fd88af] bg-[#fd88af]"
/* SCSS */
$brand: #fd88af;
/* SwiftUI */
Color(red: 0.992, green: 0.533, blue: 0.686)
/* Android */
Color.parseColor("#fd88af")Accessibility — WCAG contrast
Aa
#fd88af on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd88af on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow30.8%
Key (black)0.8%
Color previews
#fd88af text on a black background
contrast 9.32:1
Card sample
#fd88af text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd88af;
Background color
Panel with #fd88af background
background-color: #fd88af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd88af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 136, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 136, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd88af; background: linear-gradient(135deg, #fd88af, #FDAF88);