#fdabfd
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 171, 253
HSL
300°, 95%, 83%
CMYK
0, 32, 0, 1
Luminance
0.5710
Every format
| HEX | #fdabfd |
| RGB | rgb(253, 171, 253) |
| HSL | hsl(300, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 0%, 1%) |
| LAB | lab(80.2 42.7 -28.5) |
| LCH | lch(80.2 51.3 326.2) |
| OKLCH | oklch(0.847 0.141 326.7) |
Copy-ready code
/* CSS */
color: #fdabfd;
background-color: #fdabfd;
/* Tailwind (arbitrary) */
class="text-[#fdabfd] bg-[#fdabfd]"
/* SCSS */
$brand: #fdabfd;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#fdabfd")Accessibility — WCAG contrast
Aa
#fdabfd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdabfd on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fdabfd text on a black background
contrast 12.42:1
Card sample
#fdabfd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdabfd;
Background color
Panel with #fdabfd background
background-color: #fdabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdabfd; background: linear-gradient(135deg, #fdabfd, #FDABC6);