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