#F8D3BD
A very light, vivid orange closely aligning with Peachpuff.
About #F8D3BD
Visually, #F8D3BD is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Peachpuff. This translates to an RGB value of rgb(248, 211, 189).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 15% magenta, 24% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8D3BD
RGB248, 211, 189
HSL22.4°, 80.8%, 85.7%
CMYK0%, 15%, 24%, 3%
HSV22.4°, 23.8%, 97.3%
LAB87.1, 9.7, 15.7
XYZ71.2, 70.2, 57.9
Decimal16307133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.04:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8D3BD;
}
.text-color {
color: #F8D3BD;
}
.border-color {
border: 2px solid #F8D3BD;
}