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