#fda4f7
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 164, 247
HSL
304°, 96%, 82%
CMYK
0, 35, 2, 1
Luminance
0.5415
Every format
| HEX | #fda4f7 |
| RGB | rgb(253, 164, 247) |
| HSL | hsl(304, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 2%, 1%) |
| LAB | lab(78.5 45.2 -27.9) |
| LCH | lch(78.5 53.1 328.3) |
| OKLCH | oklch(0.833 0.147 329.2) |
Copy-ready code
/* CSS */
color: #fda4f7;
background-color: #fda4f7;
/* Tailwind (arbitrary) */
class="text-[#fda4f7] bg-[#fda4f7]"
/* SCSS */
$brand: #fda4f7;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.969)
/* Android */
Color.parseColor("#fda4f7")Accessibility — WCAG contrast
Aa
#fda4f7 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda4f7 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow2.4%
Key (black)0.8%
Color previews
#fda4f7 text on a black background
contrast 11.83:1
Card sample
#fda4f7 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda4f7;
Background color
Panel with #fda4f7 background
background-color: #fda4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda4f7; background: linear-gradient(135deg, #fda4f7, #FDA4BC);