#fdafd7
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 175, 215
HSL
329°, 95%, 84%
CMYK
0, 31, 15, 1
Luminance
0.5645
Every format
| HEX | #fdafd7 |
| RGB | rgb(253, 175, 215) |
| HSL | hsl(329, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 15%, 1%) |
| LAB | lab(79.9 34.2 -8.6) |
| LCH | lch(79.9 35.3 345.9) |
| OKLCH | oklch(0.840 0.103 347.4) |
Copy-ready code
/* CSS */
color: #fdafd7;
background-color: #fdafd7;
/* Tailwind (arbitrary) */
class="text-[#fdafd7] bg-[#fdafd7]"
/* SCSS */
$brand: #fdafd7;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#fdafd7")Accessibility — WCAG contrast
Aa
#fdafd7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafd7 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow15.0%
Key (black)0.8%
Color previews
#fdafd7 text on a black background
contrast 12.29:1
Card sample
#fdafd7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafd7;
Background color
Panel with #fdafd7 background
background-color: #fdafd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafd7; background: linear-gradient(135deg, #fdafd7, #FDBBAF);