#fdacfa
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 250
HSL
302°, 95%, 83%
CMYK
0, 32, 1, 1
Luminance
0.5729
Every format
| HEX | #fdacfa |
| RGB | rgb(253, 172, 250) |
| HSL | hsl(302, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 1%, 1%) |
| LAB | lab(80.3 41.6 -26.8) |
| LCH | lch(80.3 49.5 327.2) |
| OKLCH | oklch(0.847 0.137 328.0) |
Copy-ready code
/* CSS */
color: #fdacfa;
background-color: #fdacfa;
/* Tailwind (arbitrary) */
class="text-[#fdacfa] bg-[#fdacfa]"
/* SCSS */
$brand: #fdacfa;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.980)
/* Android */
Color.parseColor("#fdacfa")Accessibility — WCAG contrast
Aa
#fdacfa on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacfa on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow1.2%
Key (black)0.8%
Color previews
#fdacfa text on a black background
contrast 12.46:1
Card sample
#fdacfa text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacfa;
Background color
Panel with #fdacfa background
background-color: #fdacfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacfa; background: linear-gradient(135deg, #fdacfa, #FDACC4);