#fdacd3
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 172, 211
HSL
331°, 95%, 83%
CMYK
0, 32, 17, 1
Luminance
0.5509
Every format
| HEX | #fdacd3 |
| RGB | rgb(253, 172, 211) |
| HSL | hsl(331, 95%, 83%) |
| CMYK | cmyk(0%, 32%, 17%, 1%) |
| LAB | lab(79.1 35.1 -7.6) |
| LCH | lch(79.1 36.0 347.8) |
| OKLCH | oklch(0.834 0.106 349.3) |
Copy-ready code
/* CSS */
color: #fdacd3;
background-color: #fdacd3;
/* Tailwind (arbitrary) */
class="text-[#fdacd3] bg-[#fdacd3]"
/* SCSS */
$brand: #fdacd3;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.827)
/* Android */
Color.parseColor("#fdacd3")Accessibility — WCAG contrast
Aa
#fdacd3 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdacd3 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow16.6%
Key (black)0.8%
Color previews
#fdacd3 text on a black background
contrast 12.02:1
Card sample
#fdacd3 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdacd3;
Background color
Panel with #fdacd3 background
background-color: #fdacd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdacd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdacd3; background: linear-gradient(135deg, #fdacd3, #FDBBAC);