#fda5df
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 165, 223
HSL
321°, 96%, 82%
CMYK
0, 35, 12, 1
Luminance
0.5312
Every format
| HEX | #fda5df |
| RGB | rgb(253, 165, 223) |
| HSL | hsl(321, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 12%, 1%) |
| LAB | lab(78.0 40.7 -15.8) |
| LCH | lch(78.0 43.6 338.7) |
| OKLCH | oklch(0.826 0.126 340.5) |
Copy-ready code
/* CSS */
color: #fda5df;
background-color: #fda5df;
/* Tailwind (arbitrary) */
class="text-[#fda5df] bg-[#fda5df]"
/* SCSS */
$brand: #fda5df;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#fda5df")Accessibility — WCAG contrast
Aa
#fda5df on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda5df on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow11.9%
Key (black)0.8%
Color previews
#fda5df text on a black background
contrast 11.62:1
Card sample
#fda5df text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda5df;
Background color
Panel with #fda5df background
background-color: #fda5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda5df; background: linear-gradient(135deg, #fda5df, #FDA6A5);