#fd8cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 140, 223
HSL
316°, 97%, 77%
CMYK
0, 45, 12, 1
Luminance
0.4497
Every format
| HEX | #fd8cdf |
| RGB | rgb(253, 140, 223) |
| HSL | hsl(316, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 12%, 1%) |
| LAB | lab(72.9 53.4 -23.5) |
| LCH | lch(72.9 58.3 336.2) |
| OKLCH | oklch(0.788 0.168 337.9) |
Copy-ready code
/* CSS */
color: #fd8cdf;
background-color: #fd8cdf;
/* Tailwind (arbitrary) */
class="text-[#fd8cdf] bg-[#fd8cdf]"
/* SCSS */
$brand: #fd8cdf;
/* SwiftUI */
Color(red: 0.992, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#fd8cdf")Accessibility — WCAG contrast
Aa
#fd8cdf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8cdf on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow11.9%
Key (black)0.8%
Color previews
#fd8cdf text on a black background
contrast 9.99:1
Card sample
#fd8cdf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8cdf;
Background color
Panel with #fd8cdf background
background-color: #fd8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8cdf; background: linear-gradient(135deg, #fd8cdf, #FD8C94);