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