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