#FFD3AF
A very light, vivid orange closely aligning with Peachpuff.
About #FFD3AF
The hex code #FFD3AF represents a beautifully specific shade of orange. Designers often compare it to the standard color Peachpuff. This translates to an RGB value of rgb(255, 211, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 17% M, 31% Y, and 0% K. The HSL representation is 27.0° hue, 100.0% saturation, and 84.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFD3AF
RGB255, 211, 175
HSL27.0°, 100.0%, 84.3%
CMYK0%, 17%, 31%, 0%
HSV27.0°, 31.4%, 100.0%
LAB87.5, 10.4, 23.6
XYZ72.3, 70.9, 50.4
Decimal16765871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.19:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD3AF;
}
.text-color {
color: #FFD3AF;
}
.border-color {
border: 2px solid #FFD3AF;
}