#fd8dbc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 141, 188
HSL
335°, 97%, 77%
CMYK
0, 44, 26, 1
Luminance
0.4356
Every format
| HEX | #fd8dbc |
| RGB | rgb(253, 141, 188) |
| HSL | hsl(335, 97%, 77%) |
| CMYK | cmyk(0%, 44%, 26%, 1%) |
| LAB | lab(71.9 47.7 -5.6) |
| LCH | lch(71.9 48.1 353.3) |
| OKLCH | oklch(0.777 0.145 354.4) |
Copy-ready code
/* CSS */
color: #fd8dbc;
background-color: #fd8dbc;
/* Tailwind (arbitrary) */
class="text-[#fd8dbc] bg-[#fd8dbc]"
/* SCSS */
$brand: #fd8dbc;
/* SwiftUI */
Color(red: 0.992, green: 0.553, blue: 0.737)
/* Android */
Color.parseColor("#fd8dbc")Accessibility — WCAG contrast
Aa
#fd8dbc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8dbc on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow25.7%
Key (black)0.8%
Color previews
#fd8dbc text on a black background
contrast 9.71:1
Card sample
#fd8dbc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8dbc;
Background color
Panel with #fd8dbc background
background-color: #fd8dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 141, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 141, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8dbc; background: linear-gradient(135deg, #fd8dbc, #FDA98D);