#fda3df
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 163, 223
HSL
320°, 96%, 82%
CMYK
0, 36, 12, 1
Luminance
0.5240
Every format
| HEX | #fda3df |
| RGB | rgb(253, 163, 223) |
| HSL | hsl(320, 96%, 82%) |
| CMYK | cmyk(0%, 36%, 12%, 1%) |
| LAB | lab(77.5 41.7 -16.5) |
| LCH | lch(77.5 44.8 338.5) |
| OKLCH | oklch(0.823 0.129 340.2) |
Copy-ready code
/* CSS */
color: #fda3df;
background-color: #fda3df;
/* Tailwind (arbitrary) */
class="text-[#fda3df] bg-[#fda3df]"
/* SCSS */
$brand: #fda3df;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#fda3df")Accessibility — WCAG contrast
Aa
#fda3df on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda3df on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow11.9%
Key (black)0.8%
Color previews
#fda3df text on a black background
contrast 11.48:1
Card sample
#fda3df text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda3df;
Background color
Panel with #fda3df background
background-color: #fda3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda3df; background: linear-gradient(135deg, #fda3df, #FDA3A3);