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