#fd51af
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 81, 175
HSL
327°, 98%, 66%
CMYK
0, 68, 31, 1
Luminance
0.2986
Every format
| HEX | #fd51af |
| RGB | rgb(253, 81, 175) |
| HSL | hsl(327, 98%, 66%) |
| CMYK | cmyk(0%, 68%, 31%, 1%) |
| LAB | lab(61.5 72.6 -13.7) |
| LCH | lch(61.5 73.9 349.3) |
| OKLCH | oklch(0.698 0.224 350.8) |
Copy-ready code
/* CSS */
color: #fd51af;
background-color: #fd51af;
/* Tailwind (arbitrary) */
class="text-[#fd51af] bg-[#fd51af]"
/* SCSS */
$brand: #fd51af;
/* SwiftUI */
Color(red: 0.992, green: 0.318, blue: 0.686)
/* Android */
Color.parseColor("#fd51af")Accessibility — WCAG contrast
Aa
#fd51af on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd51af on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow30.8%
Key (black)0.8%
Color previews
#fd51af text on a black background
contrast 6.97:1
Card sample
#fd51af text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd51af;
Background color
Panel with #fd51af background
background-color: #fd51af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd51af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 81, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 81, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd51af; background: linear-gradient(135deg, #fd51af, #FD6651);