#fdbcdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 188, 223
HSL
328°, 94%, 87%
CMYK
0, 26, 12, 1
Luminance
0.6218
Every format
| HEX | #fdbcdf |
| RGB | rgb(253, 188, 223) |
| HSL | hsl(328, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 12%, 1%) |
| LAB | lab(83.0 28.6 -8.3) |
| LCH | lch(83.0 29.8 343.9) |
| OKLCH | oklch(0.865 0.087 345.5) |
Copy-ready code
/* CSS */
color: #fdbcdf;
background-color: #fdbcdf;
/* Tailwind (arbitrary) */
class="text-[#fdbcdf] bg-[#fdbcdf]"
/* SCSS */
$brand: #fdbcdf;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#fdbcdf")Accessibility — WCAG contrast
Aa
#fdbcdf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcdf on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow11.9%
Key (black)0.8%
Color previews
#fdbcdf text on a black background
contrast 13.44:1
Card sample
#fdbcdf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcdf;
Background color
Panel with #fdbcdf background
background-color: #fdbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcdf; background: linear-gradient(135deg, #fdbcdf, #FDC4BC);