#fd489f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 72, 159
HSL
331°, 98%, 64%
CMYK
0, 72, 37, 1
Luminance
0.2802
Every format
| HEX | #fd489f |
| RGB | rgb(253, 72, 159) |
| HSL | hsl(331, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 37%, 1%) |
| LAB | lab(59.9 73.9 -6.9) |
| LCH | lch(59.9 74.3 354.7) |
| OKLCH | oklch(0.684 0.228 355.6) |
Copy-ready code
/* CSS */
color: #fd489f;
background-color: #fd489f;
/* Tailwind (arbitrary) */
class="text-[#fd489f] bg-[#fd489f]"
/* SCSS */
$brand: #fd489f;
/* SwiftUI */
Color(red: 0.992, green: 0.282, blue: 0.624)
/* Android */
Color.parseColor("#fd489f")Accessibility — WCAG contrast
Aa
#fd489f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd489f on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow37.2%
Key (black)0.8%
Color previews
#fd489f text on a black background
contrast 6.60:1
Card sample
#fd489f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd489f;
Background color
Panel with #fd489f background
background-color: #fd489f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd489f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 72, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 72, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd489f; background: linear-gradient(135deg, #fd489f, #FD6A48);