#fd8acf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 207
HSL
324°, 97%, 77%
CMYK
0, 46, 18, 1
Luminance
0.4356
Every format
| HEX | #fd8acf |
| RGB | rgb(253, 138, 207) |
| HSL | hsl(324, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 18%, 1%) |
| LAB | lab(71.9 51.9 -16.1) |
| LCH | lch(71.9 54.4 342.8) |
| OKLCH | oklch(0.779 0.160 344.6) |
Copy-ready code
/* CSS */
color: #fd8acf;
background-color: #fd8acf;
/* Tailwind (arbitrary) */
class="text-[#fd8acf] bg-[#fd8acf]"
/* SCSS */
$brand: #fd8acf;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#fd8acf")Accessibility — WCAG contrast
Aa
#fd8acf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8acf on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow18.2%
Key (black)0.8%
Color previews
#fd8acf text on a black background
contrast 9.71:1
Card sample
#fd8acf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8acf;
Background color
Panel with #fd8acf background
background-color: #fd8acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8acf; background: linear-gradient(135deg, #fd8acf, #FD928A);