#fd5cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 92, 223
HSL
311°, 98%, 68%
CMYK
0, 64, 12, 1
Luminance
0.3386
Every format
| HEX | #fd5cdf |
| RGB | rgb(253, 92, 223) |
| HSL | hsl(311, 98%, 68%) |
| CMYK | cmyk(0%, 64%, 12%, 1%) |
| LAB | lab(64.9 74.7 -35.9) |
| LCH | lch(64.9 82.9 334.4) |
| OKLCH | oklch(0.728 0.239 335.9) |
Copy-ready code
/* CSS */
color: #fd5cdf;
background-color: #fd5cdf;
/* Tailwind (arbitrary) */
class="text-[#fd5cdf] bg-[#fd5cdf]"
/* SCSS */
$brand: #fd5cdf;
/* SwiftUI */
Color(red: 0.992, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#fd5cdf")Accessibility — WCAG contrast
Aa
#fd5cdf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5cdf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow11.9%
Key (black)0.8%
Color previews
#fd5cdf text on a black background
contrast 7.77:1
Card sample
#fd5cdf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5cdf;
Background color
Panel with #fd5cdf background
background-color: #fd5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5cdf; background: linear-gradient(135deg, #fd5cdf, #FD5C73);