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