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