#fdacfe
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 254
HSL
299°, 98%, 84%
CMYK
0, 32, 0, 0
Luminance
0.5754
Every format
| HEX | #fdacfe |
| RGB | rgb(253, 172, 254) |
| HSL | hsl(299, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 0%, 0%) |
| LAB | lab(80.5 42.3 -28.7) |
| LCH | lch(80.5 51.1 325.9) |
| OKLCH | oklch(0.849 0.140 326.3) |
Copy-ready code
/* CSS */
color: #fdacfe;
background-color: #fdacfe;
/* Tailwind (arbitrary) */
class="text-[#fdacfe] bg-[#fdacfe]"
/* SCSS */
$brand: #fdacfe;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#fdacfe")Accessibility — WCAG contrast
Aa
#fdacfe on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacfe on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#fdacfe text on a black background
contrast 12.51:1
Card sample
#fdacfe text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacfe;
Background color
Panel with #fdacfe background
background-color: #fdacfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacfe; background: linear-gradient(135deg, #fdacfe, #FEACC8);