#fd84cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 132, 207
HSL
323°, 97%, 76%
CMYK
0, 48, 18, 1
Luminance
0.4189
Every format
| HEX | #fd84cf |
| RGB | rgb(253, 132, 207) |
| HSL | hsl(323, 97%, 76%) |
| CMYK | cmyk(0%, 48%, 18%, 1%) |
| LAB | lab(70.8 54.8 -17.8) |
| LCH | lch(70.8 57.7 342.0) |
| OKLCH | oklch(0.770 0.170 343.8) |
Copy-ready code
/* CSS */
color: #fd84cf;
background-color: #fd84cf;
/* Tailwind (arbitrary) */
class="text-[#fd84cf] bg-[#fd84cf]"
/* SCSS */
$brand: #fd84cf;
/* SwiftUI */
Color(red: 0.992, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#fd84cf")Accessibility — WCAG contrast
Aa
#fd84cf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd84cf on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fd84cf text on a black background
contrast 9.38:1
Card sample
#fd84cf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd84cf;
Background color
Panel with #fd84cf background
background-color: #fd84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd84cf; background: linear-gradient(135deg, #fd84cf, #FD8A84);