#fd8ac3
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 195
HSL
330°, 97%, 77%
CMYK
0, 46, 23, 1
Luminance
0.4300
Every format
| HEX | #fd8ac3 |
| RGB | rgb(253, 138, 195) |
| HSL | hsl(330, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 23%, 1%) |
| LAB | lab(71.6 50.2 -10.0) |
| LCH | lch(71.6 51.2 348.7) |
| OKLCH | oklch(0.775 0.153 350.2) |
Copy-ready code
/* CSS */
color: #fd8ac3;
background-color: #fd8ac3;
/* Tailwind (arbitrary) */
class="text-[#fd8ac3] bg-[#fd8ac3]"
/* SCSS */
$brand: #fd8ac3;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.765)
/* Android */
Color.parseColor("#fd8ac3")Accessibility — WCAG contrast
Aa
#fd8ac3 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8ac3 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow22.9%
Key (black)0.8%
Color previews
#fd8ac3 text on a black background
contrast 9.60:1
Card sample
#fd8ac3 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8ac3;
Background color
Panel with #fd8ac3 background
background-color: #fd8ac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8ac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8ac3; background: linear-gradient(135deg, #fd8ac3, #FD9E8A);