#fdbacd
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 186, 205
HSL
343°, 94%, 86%
CMYK
0, 27, 19, 1
Luminance
0.6041
Every format
| HEX | #fdbacd |
| RGB | rgb(253, 186, 205) |
| HSL | hsl(343, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 19%, 1%) |
| LAB | lab(82.1 26.9 0.0) |
| LCH | lch(82.1 26.9 0.0) |
| OKLCH | oklch(0.856 0.081 0.3) |
Copy-ready code
/* CSS */
color: #fdbacd;
background-color: #fdbacd;
/* Tailwind (arbitrary) */
class="text-[#fdbacd] bg-[#fdbacd]"
/* SCSS */
$brand: #fdbacd;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#fdbacd")Accessibility — WCAG contrast
Aa
#fdbacd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbacd on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow19.0%
Key (black)0.8%
Color previews
#fdbacd text on a black background
contrast 13.08:1
Card sample
#fdbacd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbacd;
Background color
Panel with #fdbacd background
background-color: #fdbacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbacd; background: linear-gradient(135deg, #fdbacd, #FDD4BA);