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