#FFC5A8
A very light, vivid orange closely aligning with Peachpuff.
About #FFC5A8
When working with digital screens, the color #FFC5A8 is rendered by mixing light. Its closest recognized web color is Peachpuff. In the RGB color space, it consists of 255 red, 197 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 23% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFC5A8
RGB255, 197, 168
HSL20.0°, 100.0%, 82.9%
CMYK0%, 23%, 34%, 0%
HSV20.0°, 34.1%, 100.0%
LAB84.0, 16.9, 22.5
XYZ68.3, 64.0, 45.8
Decimal16762280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.80:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFC5A8;
}
.text-color {
color: #FFC5A8;
}
.border-color {
border: 2px solid #FFC5A8;
}