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