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