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