#F8BDA8
A very light, vivid orange closely aligning with Peachpuff.
About #F8BDA8
Visually, #F8BDA8 is defined as a vivid orange. Its closest recognized web color is Peachpuff. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 189, and 168.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 24% Magenta, 32% Yellow, and 3% Black. The HSL representation is 15.8° hue, 85.1% saturation, and 81.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8BDA8
RGB248, 189, 168
HSL15.8°, 85.1%, 81.6%
CMYK0%, 24%, 32%, 3%
HSV15.8°, 32.3%, 97.3%
LAB81.4, 18.4, 18.8
XYZ64.0, 59.2, 45.1
Decimal16301480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.84:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BDA8;
}
.text-color {
color: #F8BDA8;
}
.border-color {
border: 2px solid #F8BDA8;
}