#fd9abf
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 154, 191
HSL
338°, 96%, 80%
CMYK
0, 39, 25, 1
Luminance
0.4776
Every format
| HEX | #fd9abf |
| RGB | rgb(253, 154, 191) |
| HSL | hsl(338, 96%, 80%) |
| CMYK | cmyk(0%, 39%, 25%, 1%) |
| LAB | lab(74.7 41.6 -3.2) |
| LCH | lch(74.7 41.7 355.6) |
| OKLCH | oklch(0.798 0.125 356.4) |
Copy-ready code
/* CSS */
color: #fd9abf;
background-color: #fd9abf;
/* Tailwind (arbitrary) */
class="text-[#fd9abf] bg-[#fd9abf]"
/* SCSS */
$brand: #fd9abf;
/* SwiftUI */
Color(red: 0.992, green: 0.604, blue: 0.749)
/* Android */
Color.parseColor("#fd9abf")Accessibility — WCAG contrast
Aa
#fd9abf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9abf on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow24.5%
Key (black)0.8%
Color previews
#fd9abf text on a black background
contrast 10.55:1
Card sample
#fd9abf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9abf;
Background color
Panel with #fd9abf background
background-color: #fd9abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 154, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 154, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9abf; background: linear-gradient(135deg, #fd9abf, #FDB79A);