#fd459c
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 69, 156
HSL
332°, 98%, 63%
CMYK
0, 73, 38, 1
Luminance
0.2754
Every format
| HEX | #fd459c |
| RGB | rgb(253, 69, 156) |
| HSL | hsl(332, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 38%, 1%) |
| LAB | lab(59.5 74.6 -5.8) |
| LCH | lch(59.5 74.8 355.5) |
| OKLCH | oklch(0.681 0.230 356.4) |
Copy-ready code
/* CSS */
color: #fd459c;
background-color: #fd459c;
/* Tailwind (arbitrary) */
class="text-[#fd459c] bg-[#fd459c]"
/* SCSS */
$brand: #fd459c;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.612)
/* Android */
Color.parseColor("#fd459c")Accessibility — WCAG contrast
Aa
#fd459c on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd459c on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow38.3%
Key (black)0.8%
Color previews
#fd459c text on a black background
contrast 6.51:1
Card sample
#fd459c text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd459c;
Background color
Panel with #fd459c background
background-color: #fd459c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd459c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd459c; background: linear-gradient(135deg, #fd459c, #FD6845);