#fd89ce
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 137, 206
HSL
324°, 97%, 77%
CMYK
0, 46, 19, 1
Luminance
0.4323
Every format
| HEX | #fd89ce |
| RGB | rgb(253, 137, 206) |
| HSL | hsl(324, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 19%, 1%) |
| LAB | lab(71.7 52.3 -15.9) |
| LCH | lch(71.7 54.6 343.1) |
| OKLCH | oklch(0.777 0.161 344.9) |
Copy-ready code
/* CSS */
color: #fd89ce;
background-color: #fd89ce;
/* Tailwind (arbitrary) */
class="text-[#fd89ce] bg-[#fd89ce]"
/* SCSS */
$brand: #fd89ce;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.808)
/* Android */
Color.parseColor("#fd89ce")Accessibility — WCAG contrast
Aa
#fd89ce on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd89ce on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow18.6%
Key (black)0.8%
Color previews
#fd89ce text on a black background
contrast 9.65:1
Card sample
#fd89ce text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd89ce;
Background color
Panel with #fd89ce background
background-color: #fd89ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd89ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd89ce; background: linear-gradient(135deg, #fd89ce, #FD9189);