#fd459f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 69, 159
HSL
331°, 98%, 63%
CMYK
0, 73, 37, 1
Luminance
0.2764
Every format
| HEX | #fd459f |
| RGB | rgb(253, 69, 159) |
| HSL | hsl(331, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 37%, 1%) |
| LAB | lab(59.6 74.9 -7.4) |
| LCH | lch(59.6 75.3 354.3) |
| OKLCH | oklch(0.682 0.231 355.4) |
Copy-ready code
/* CSS */
color: #fd459f;
background-color: #fd459f;
/* Tailwind (arbitrary) */
class="text-[#fd459f] bg-[#fd459f]"
/* SCSS */
$brand: #fd459f;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.624)
/* Android */
Color.parseColor("#fd459f")Accessibility — WCAG contrast
Aa
#fd459f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd459f on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow37.2%
Key (black)0.8%
Color previews
#fd459f text on a black background
contrast 6.53:1
Card sample
#fd459f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd459f;
Background color
Panel with #fd459f background
background-color: #fd459f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd459f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd459f; background: linear-gradient(135deg, #fd459f, #FD6645);