#fd82cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 130, 207
HSL
322°, 97%, 75%
CMYK
0, 49, 18, 1
Luminance
0.4135
Every format
| HEX | #fd82cf |
| RGB | rgb(253, 130, 207) |
| HSL | hsl(322, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 18%, 1%) |
| LAB | lab(70.4 55.8 -18.4) |
| LCH | lch(70.4 58.8 341.8) |
| OKLCH | oklch(0.767 0.173 343.6) |
Copy-ready code
/* CSS */
color: #fd82cf;
background-color: #fd82cf;
/* Tailwind (arbitrary) */
class="text-[#fd82cf] bg-[#fd82cf]"
/* SCSS */
$brand: #fd82cf;
/* SwiftUI */
Color(red: 0.992, green: 0.510, blue: 0.812)
/* Android */
Color.parseColor("#fd82cf")Accessibility — WCAG contrast
Aa
#fd82cf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd82cf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fd82cf text on a black background
contrast 9.27:1
Card sample
#fd82cf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd82cf;
Background color
Panel with #fd82cf background
background-color: #fd82cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd82cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 130, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 130, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd82cf; background: linear-gradient(135deg, #fd82cf, #FD8782);