#FFD3DB
A very light, vivid neutral closely aligning with Pink.
About #FFD3DB
The hex code #FFD3DB represents a beautifully specific shade of neutral. Its closest recognized web color is Pink. This translates to an RGB value of rgb(255, 211, 219).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFD3DB
RGB255, 211, 219
HSL349.1°, 100.0%, 91.4%
CMYK0%, 17%, 14%, 0%
HSV349.1°, 17.3%, 100.0%
LAB88.4, 16.6, 1.8
XYZ77.3, 73.0, 77.0
Decimal16765915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.59:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD3DB;
}
.text-color {
color: #FFD3DB;
}
.border-color {
border: 2px solid #FFD3DB;
}