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