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