#fd7cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 124, 223
HSL
314°, 97%, 74%
CMYK
0, 51, 12, 1
Luminance
0.4063
Every format
| HEX | #fd7cdf |
| RGB | rgb(253, 124, 223) |
| HSL | hsl(314, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 12%, 1%) |
| LAB | lab(69.9 61.0 -28.1) |
| LCH | lch(69.9 67.2 335.3) |
| OKLCH | oklch(0.766 0.193 337.0) |
Copy-ready code
/* CSS */
color: #fd7cdf;
background-color: #fd7cdf;
/* Tailwind (arbitrary) */
class="text-[#fd7cdf] bg-[#fd7cdf]"
/* SCSS */
$brand: #fd7cdf;
/* SwiftUI */
Color(red: 0.992, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#fd7cdf")Accessibility — WCAG contrast
Aa
#fd7cdf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7cdf on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow11.9%
Key (black)0.8%
Color previews
#fd7cdf text on a black background
contrast 9.13:1
Card sample
#fd7cdf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7cdf;
Background color
Panel with #fd7cdf background
background-color: #fd7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7cdf; background: linear-gradient(135deg, #fd7cdf, #FD7C89);