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