#fdbbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 187, 223
HSL
327°, 94%, 86%
CMYK
0, 26, 12, 1
Luminance
0.6175
Every format
| HEX | #fdbbdf |
| RGB | rgb(253, 187, 223) |
| HSL | hsl(327, 94%, 86%) |
| CMYK | cmyk(0%, 26%, 12%, 1%) |
| LAB | lab(82.8 29.2 -8.6) |
| LCH | lch(82.8 30.4 343.6) |
| OKLCH | oklch(0.863 0.088 345.2) |
Copy-ready code
/* CSS */
color: #fdbbdf;
background-color: #fdbbdf;
/* Tailwind (arbitrary) */
class="text-[#fdbbdf] bg-[#fdbbdf]"
/* SCSS */
$brand: #fdbbdf;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#fdbbdf")Accessibility — WCAG contrast
Aa
#fdbbdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbbdf on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow11.9%
Key (black)0.8%
Color previews
#fdbbdf text on a black background
contrast 13.35:1
Card sample
#fdbbdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbbdf;
Background color
Panel with #fdbbdf background
background-color: #fdbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbbdf; background: linear-gradient(135deg, #fdbbdf, #FDC3BB);