#fd8ac1
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 193
HSL
331°, 97%, 77%
CMYK
0, 46, 24, 1
Luminance
0.4291
Every format
| HEX | #fd8ac1 |
| RGB | rgb(253, 138, 193) |
| HSL | hsl(331, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 24%, 1%) |
| LAB | lab(71.5 49.9 -9.0) |
| LCH | lch(71.5 50.7 349.8) |
| OKLCH | oklch(0.774 0.152 351.2) |
Copy-ready code
/* CSS */
color: #fd8ac1;
background-color: #fd8ac1;
/* Tailwind (arbitrary) */
class="text-[#fd8ac1] bg-[#fd8ac1]"
/* SCSS */
$brand: #fd8ac1;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.757)
/* Android */
Color.parseColor("#fd8ac1")Accessibility — WCAG contrast
Aa
#fd8ac1 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8ac1 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow23.7%
Key (black)0.8%
Color previews
#fd8ac1 text on a black background
contrast 9.58:1
Card sample
#fd8ac1 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8ac1;
Background color
Panel with #fd8ac1 background
background-color: #fd8ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8ac1; background: linear-gradient(135deg, #fd8ac1, #FDA08A);