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