#fd8aca
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 202
HSL
327°, 97%, 77%
CMYK
0, 46, 20, 1
Luminance
0.4332
Every format
| HEX | #fd8aca |
| RGB | rgb(253, 138, 202) |
| HSL | hsl(327, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 20%, 1%) |
| LAB | lab(71.8 51.2 -13.6) |
| LCH | lch(71.8 53.0 345.1) |
| OKLCH | oklch(0.777 0.157 346.9) |
Copy-ready code
/* CSS */
color: #fd8aca;
background-color: #fd8aca;
/* Tailwind (arbitrary) */
class="text-[#fd8aca] bg-[#fd8aca]"
/* SCSS */
$brand: #fd8aca;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.792)
/* Android */
Color.parseColor("#fd8aca")Accessibility — WCAG contrast
Aa
#fd8aca on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8aca on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow20.2%
Key (black)0.8%
Color previews
#fd8aca text on a black background
contrast 9.66:1
Card sample
#fd8aca text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8aca;
Background color
Panel with #fd8aca background
background-color: #fd8aca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8aca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8aca; background: linear-gradient(135deg, #fd8aca, #FD978A);