#F0D3BD
A very light, moderate orange closely aligning with Peachpuff.
About #F0D3BD
At its core, #F0D3BD is a very light and moderate hue. It is closely associated with the named CSS color Peachpuff. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 211, and 189.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 12% M, 21% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0D3BD
RGB240, 211, 189
HSL25.9°, 63.0%, 84.1%
CMYK0%, 12%, 21%, 6%
HSV25.9°, 21.2%, 94.1%
LAB86.4, 6.7, 14.6
XYZ68.4, 68.8, 57.8
Decimal15782845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.76:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D3BD;
}
.text-color {
color: #F0D3BD;
}
.border-color {
border: 2px solid #F0D3BD;
}