#fd89ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 137, 255
HSL
299°, 100%, 77%
CMYK
1, 46, 0, 0
Luminance
0.4599
Every format
| HEX | #fd89ff |
| RGB | rgb(253, 137, 255) |
| HSL | hsl(299, 100%, 77%) |
| CMYK | cmyk(1%, 46%, 0%, 0%) |
| LAB | lab(73.5 60.1 -40.0) |
| LCH | lch(73.5 72.2 326.4) |
| OKLCH | oklch(0.797 0.199 326.6) |
Copy-ready code
/* CSS */
color: #fd89ff;
background-color: #fd89ff;
/* Tailwind (arbitrary) */
class="text-[#fd89ff] bg-[#fd89ff]"
/* SCSS */
$brand: #fd89ff;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 1.000)
/* Android */
Color.parseColor("#fd89ff")Accessibility — WCAG contrast
Aa
#fd89ff on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd89ff on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta46.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fd89ff text on a black background
contrast 10.20:1
Card sample
#fd89ff text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd89ff;
Background color
Panel with #fd89ff background
background-color: #fd89ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd89ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd89ff; background: linear-gradient(135deg, #fd89ff, #FF89B2);