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