#fd82ac
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 130, 172
HSL
340°, 97%, 75%
CMYK
0, 49, 32, 1
Luminance
0.3983
Every format
| HEX | #fd82ac |
| RGB | rgb(253, 130, 172) |
| HSL | hsl(340, 97%, 75%) |
| CMYK | cmyk(0%, 49%, 32%, 1%) |
| LAB | lab(69.3 51.1 -0.4) |
| LCH | lch(69.3 51.1 359.5) |
| OKLCH | oklch(0.756 0.155 359.8) |
Copy-ready code
/* CSS */
color: #fd82ac;
background-color: #fd82ac;
/* Tailwind (arbitrary) */
class="text-[#fd82ac] bg-[#fd82ac]"
/* SCSS */
$brand: #fd82ac;
/* SwiftUI */
Color(red: 0.992, green: 0.510, blue: 0.675)
/* Android */
Color.parseColor("#fd82ac")Accessibility — WCAG contrast
Aa
#fd82ac on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd82ac on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow32.0%
Key (black)0.8%
Color previews
#fd82ac text on a black background
contrast 8.97:1
Card sample
#fd82ac text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd82ac;
Background color
Panel with #fd82ac background
background-color: #fd82ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd82ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 130, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 130, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd82ac; background: linear-gradient(135deg, #fd82ac, #FDAA82);