#fdacd6
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 214
HSL
329°, 95%, 83%
CMYK
0, 32, 15, 1
Luminance
0.5524
Every format
| HEX | #fdacd6 |
| RGB | rgb(253, 172, 214) |
| HSL | hsl(329, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 15%, 1%) |
| LAB | lab(79.2 35.6 -9.1) |
| LCH | lch(79.2 36.7 345.7) |
| OKLCH | oklch(0.834 0.108 347.3) |
Copy-ready code
/* CSS */
color: #fdacd6;
background-color: #fdacd6;
/* Tailwind (arbitrary) */
class="text-[#fdacd6] bg-[#fdacd6]"
/* SCSS */
$brand: #fdacd6;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.839)
/* Android */
Color.parseColor("#fdacd6")Accessibility — WCAG contrast
Aa
#fdacd6 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacd6 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow15.4%
Key (black)0.8%
Color previews
#fdacd6 text on a black background
contrast 12.05:1
Card sample
#fdacd6 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacd6;
Background color
Panel with #fdacd6 background
background-color: #fdacd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacd6; background: linear-gradient(135deg, #fdacd6, #FDB8AC);