#fd8acd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 205
HSL
325°, 97%, 77%
CMYK
0, 46, 19, 1
Luminance
0.4347
Every format
| HEX | #fd8acd |
| RGB | rgb(253, 138, 205) |
| HSL | hsl(325, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 19%, 1%) |
| LAB | lab(71.9 51.6 -15.1) |
| LCH | lch(71.9 53.8 343.7) |
| OKLCH | oklch(0.778 0.159 345.5) |
Copy-ready code
/* CSS */
color: #fd8acd;
background-color: #fd8acd;
/* Tailwind (arbitrary) */
class="text-[#fd8acd] bg-[#fd8acd]"
/* SCSS */
$brand: #fd8acd;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.804)
/* Android */
Color.parseColor("#fd8acd")Accessibility — WCAG contrast
Aa
#fd8acd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8acd on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow19.0%
Key (black)0.8%
Color previews
#fd8acd text on a black background
contrast 9.69:1
Card sample
#fd8acd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8acd;
Background color
Panel with #fd8acd background
background-color: #fd8acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8acd; background: linear-gradient(135deg, #fd8acd, #FD948A);