#fd82bf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 130, 191
HSL
330°, 97%, 75%
CMYK
0, 49, 25, 1
Luminance
0.4061
Every format
| HEX | #fd82bf |
| RGB | rgb(253, 130, 191) |
| HSL | hsl(330, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 25%, 1%) |
| LAB | lab(69.9 53.6 -10.3) |
| LCH | lch(69.9 54.5 349.1) |
| OKLCH | oklch(0.762 0.164 350.6) |
Copy-ready code
/* CSS */
color: #fd82bf;
background-color: #fd82bf;
/* Tailwind (arbitrary) */
class="text-[#fd82bf] bg-[#fd82bf]"
/* SCSS */
$brand: #fd82bf;
/* SwiftUI */
Color(red: 0.992, green: 0.510, blue: 0.749)
/* Android */
Color.parseColor("#fd82bf")Accessibility — WCAG contrast
Aa
#fd82bf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd82bf on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow24.5%
Key (black)0.8%
Color previews
#fd82bf text on a black background
contrast 9.12:1
Card sample
#fd82bf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd82bf;
Background color
Panel with #fd82bf background
background-color: #fd82bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd82bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 130, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 130, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd82bf; background: linear-gradient(135deg, #fd82bf, #FD9782);