#fda5cf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 165, 207
HSL
331°, 96%, 82%
CMYK
0, 35, 18, 1
Luminance
0.5230
Every format
| HEX | #fda5cf |
| RGB | rgb(253, 165, 207) |
| HSL | hsl(331, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 18%, 1%) |
| LAB | lab(77.5 38.2 -7.8) |
| LCH | lch(77.5 39.0 348.4) |
| OKLCH | oklch(0.821 0.115 349.8) |
Copy-ready code
/* CSS */
color: #fda5cf;
background-color: #fda5cf;
/* Tailwind (arbitrary) */
class="text-[#fda5cf] bg-[#fda5cf]"
/* SCSS */
$brand: #fda5cf;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.812)
/* Android */
Color.parseColor("#fda5cf")Accessibility — WCAG contrast
Aa
#fda5cf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda5cf on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fda5cf text on a black background
contrast 11.46:1
Card sample
#fda5cf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda5cf;
Background color
Panel with #fda5cf background
background-color: #fda5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda5cf; background: linear-gradient(135deg, #fda5cf, #FDB6A5);