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