#fda2ed
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 162, 237
HSL
311°, 96%, 81%
CMYK
0, 36, 6, 1
Luminance
0.5284
Every format
| HEX | #fda2ed |
| RGB | rgb(253, 162, 237) |
| HSL | hsl(311, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 6%, 1%) |
| LAB | lab(77.8 44.5 -23.7) |
| LCH | lch(77.8 50.4 332.0) |
| OKLCH | oklch(0.826 0.142 333.4) |
Copy-ready code
/* CSS */
color: #fda2ed;
background-color: #fda2ed;
/* Tailwind (arbitrary) */
class="text-[#fda2ed] bg-[#fda2ed]"
/* SCSS */
$brand: #fda2ed;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.929)
/* Android */
Color.parseColor("#fda2ed")Accessibility — WCAG contrast
Aa
#fda2ed on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2ed on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow6.3%
Key (black)0.8%
Color previews
#fda2ed text on a black background
contrast 11.57:1
Card sample
#fda2ed text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2ed;
Background color
Panel with #fda2ed background
background-color: #fda2ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2ed; background: linear-gradient(135deg, #fda2ed, #FDA2B1);