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