#fda4df
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 164, 223
HSL
320°, 96%, 82%
CMYK
0, 35, 12, 1
Luminance
0.5276
Every format
| HEX | #fda4df |
| RGB | rgb(253, 164, 223) |
| HSL | hsl(320, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 12%, 1%) |
| LAB | lab(77.7 41.2 -16.1) |
| LCH | lch(77.7 44.2 338.6) |
| OKLCH | oklch(0.824 0.128 340.3) |
Copy-ready code
/* CSS */
color: #fda4df;
background-color: #fda4df;
/* Tailwind (arbitrary) */
class="text-[#fda4df] bg-[#fda4df]"
/* SCSS */
$brand: #fda4df;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.875)
/* Android */
Color.parseColor("#fda4df")Accessibility — WCAG contrast
Aa
#fda4df on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda4df on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow11.9%
Key (black)0.8%
Color previews
#fda4df text on a black background
contrast 11.55:1
Card sample
#fda4df text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda4df;
Background color
Panel with #fda4df background
background-color: #fda4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda4df; background: linear-gradient(135deg, #fda4df, #FDA4A4);