#fda9df
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 169, 223
HSL
321°, 96%, 83%
CMYK
0, 33, 12, 1
Luminance
0.5459
Every format
| HEX | #fda9df |
| RGB | rgb(253, 169, 223) |
| HSL | hsl(321, 96%, 83%) |
| CMYK | cmyk(0%, 33%, 12%, 1%) |
| LAB | lab(78.8 38.6 -14.5) |
| LCH | lch(78.8 41.2 339.4) |
| OKLCH | oklch(0.832 0.119 341.1) |
Copy-ready code
/* CSS */
color: #fda9df;
background-color: #fda9df;
/* Tailwind (arbitrary) */
class="text-[#fda9df] bg-[#fda9df]"
/* SCSS */
$brand: #fda9df;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#fda9df")Accessibility — WCAG contrast
Aa
#fda9df on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda9df on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow11.9%
Key (black)0.8%
Color previews
#fda9df text on a black background
contrast 11.92:1
Card sample
#fda9df text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda9df;
Background color
Panel with #fda9df background
background-color: #fda9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda9df; background: linear-gradient(135deg, #fda9df, #FDABA9);