#F0C5A8
A very light, vivid orange closely aligning with Peachpuff.
About #F0C5A8
At its core, #F0C5A8 is a very light and vivid hue. Designers often compare it to the standard color Peachpuff. This translates to an RGB value of rgb(240, 197, 168).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 18% M, 30% Y, and 6% K. The HSL representation is 24.2° hue, 70.6% saturation, and 80.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0C5A8
RGB240, 197, 168
HSL24.2°, 70.6%, 80.0%
CMYK0%, 18%, 30%, 6%
HSV24.2°, 30.0%, 94.1%
LAB82.5, 11.2, 20.3
XYZ63.0, 61.3, 45.6
Decimal15779240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.26:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0C5A8;
}
.text-color {
color: #F0C5A8;
}
.border-color {
border: 2px solid #F0C5A8;
}