#fd8dbf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 141, 191
HSL
333°, 97%, 77%
CMYK
0, 44, 25, 1
Luminance
0.4369
Every format
| HEX | #fd8dbf |
| RGB | rgb(253, 141, 191) |
| HSL | hsl(333, 97%, 77%) |
| CMYK | cmyk(0%, 44%, 25%, 1%) |
| LAB | lab(72.0 48.1 -7.1) |
| LCH | lch(72.0 48.7 351.6) |
| OKLCH | oklch(0.778 0.146 352.8) |
Copy-ready code
/* CSS */
color: #fd8dbf;
background-color: #fd8dbf;
/* Tailwind (arbitrary) */
class="text-[#fd8dbf] bg-[#fd8dbf]"
/* SCSS */
$brand: #fd8dbf;
/* SwiftUI */
Color(red: 0.992, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#fd8dbf")Accessibility — WCAG contrast
Aa
#fd8dbf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8dbf on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow24.5%
Key (black)0.8%
Color previews
#fd8dbf text on a black background
contrast 9.74:1
Card sample
#fd8dbf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8dbf;
Background color
Panel with #fd8dbf background
background-color: #fd8dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8dbf; background: linear-gradient(135deg, #fd8dbf, #FDA68D);