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