#fdafdf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 175, 223
HSL
323°, 95%, 84%
CMYK
0, 31, 12, 1
Luminance
0.5687
Every format
| HEX | #fdafdf |
| RGB | rgb(253, 175, 223) |
| HSL | hsl(323, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 12%, 1%) |
| LAB | lab(80.1 35.5 -12.6) |
| LCH | lch(80.1 37.6 340.5) |
| OKLCH | oklch(0.842 0.109 342.2) |
Copy-ready code
/* CSS */
color: #fdafdf;
background-color: #fdafdf;
/* Tailwind (arbitrary) */
class="text-[#fdafdf] bg-[#fdafdf]"
/* SCSS */
$brand: #fdafdf;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#fdafdf")Accessibility — WCAG contrast
Aa
#fdafdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafdf on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow11.9%
Key (black)0.8%
Color previews
#fdafdf text on a black background
contrast 12.37:1
Card sample
#fdafdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafdf;
Background color
Panel with #fdafdf background
background-color: #fdafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafdf; background: linear-gradient(135deg, #fdafdf, #FDB3AF);