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