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