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