#fda3cf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 163, 207
HSL
331°, 96%, 82%
CMYK
0, 36, 18, 1
Luminance
0.5158
Every format
| HEX | #fda3cf |
| RGB | rgb(253, 163, 207) |
| HSL | hsl(331, 96%, 82%) |
| CMYK | cmyk(0%, 36%, 18%, 1%) |
| LAB | lab(77.0 39.2 -8.5) |
| LCH | lch(77.0 40.1 347.8) |
| OKLCH | oklch(0.817 0.119 349.3) |
Copy-ready code
/* CSS */
color: #fda3cf;
background-color: #fda3cf;
/* Tailwind (arbitrary) */
class="text-[#fda3cf] bg-[#fda3cf]"
/* SCSS */
$brand: #fda3cf;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#fda3cf")Accessibility — WCAG contrast
Aa
#fda3cf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda3cf on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fda3cf text on a black background
contrast 11.32:1
Card sample
#fda3cf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda3cf;
Background color
Panel with #fda3cf background
background-color: #fda3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda3cf; background: linear-gradient(135deg, #fda3cf, #FDB3A3);