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