#fd89bc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 137, 188
HSL
334°, 97%, 77%
CMYK
0, 46, 26, 1
Luminance
0.4240
Every format
| HEX | #fd89bc |
| RGB | rgb(253, 137, 188) |
| HSL | hsl(334, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 26%, 1%) |
| LAB | lab(71.2 49.7 -6.7) |
| LCH | lch(71.2 50.2 352.3) |
| OKLCH | oklch(0.771 0.151 353.5) |
Copy-ready code
/* CSS */
color: #fd89bc;
background-color: #fd89bc;
/* Tailwind (arbitrary) */
class="text-[#fd89bc] bg-[#fd89bc]"
/* SCSS */
$brand: #fd89bc;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.737)
/* Android */
Color.parseColor("#fd89bc")Accessibility — WCAG contrast
Aa
#fd89bc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd89bc on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow25.7%
Key (black)0.8%
Color previews
#fd89bc text on a black background
contrast 9.48:1
Card sample
#fd89bc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd89bc;
Background color
Panel with #fd89bc background
background-color: #fd89bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd89bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd89bc; background: linear-gradient(135deg, #fd89bc, #FDA389);