#fd8abf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 191
HSL
332°, 97%, 77%
CMYK
0, 46, 25, 1
Luminance
0.4282
Every format
| HEX | #fd8abf |
| RGB | rgb(253, 138, 191) |
| HSL | hsl(332, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 25%, 1%) |
| LAB | lab(71.4 49.6 -8.0) |
| LCH | lch(71.4 50.3 350.9) |
| OKLCH | oklch(0.773 0.151 352.2) |
Copy-ready code
/* CSS */
color: #fd8abf;
background-color: #fd8abf;
/* Tailwind (arbitrary) */
class="text-[#fd8abf] bg-[#fd8abf]"
/* SCSS */
$brand: #fd8abf;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.749)
/* Android */
Color.parseColor("#fd8abf")Accessibility — WCAG contrast
Aa
#fd8abf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8abf on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow24.5%
Key (black)0.8%
Color previews
#fd8abf text on a black background
contrast 9.56:1
Card sample
#fd8abf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8abf;
Background color
Panel with #fd8abf background
background-color: #fd8abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8abf; background: linear-gradient(135deg, #fd8abf, #FDA28A);