#fdacf4
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 244
HSL
307°, 95%, 83%
CMYK
0, 32, 4, 1
Luminance
0.5692
Every format
| HEX | #fdacf4 |
| RGB | rgb(253, 172, 244) |
| HSL | hsl(307, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 4%, 1%) |
| LAB | lab(80.1 40.5 -23.9) |
| LCH | lch(80.1 47.0 329.5) |
| OKLCH | oklch(0.845 0.131 330.6) |
Copy-ready code
/* CSS */
color: #fdacf4;
background-color: #fdacf4;
/* Tailwind (arbitrary) */
class="text-[#fdacf4] bg-[#fdacf4]"
/* SCSS */
$brand: #fdacf4;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#fdacf4")Accessibility — WCAG contrast
Aa
#fdacf4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacf4 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow3.6%
Key (black)0.8%
Color previews
#fdacf4 text on a black background
contrast 12.38:1
Card sample
#fdacf4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacf4;
Background color
Panel with #fdacf4 background
background-color: #fdacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacf4; background: linear-gradient(135deg, #fdacf4, #FDACBE);