#FFF0A8
A very light, vivid yellow closely aligning with Palegoldenrod.
About #FFF0A8
When working with digital screens, the color #FFF0A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 240, and 168.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 6% Magenta, 34% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFF0A8
RGB255, 240, 168
HSL49.7°, 100.0%, 82.9%
CMYK0%, 6%, 34%, 0%
HSV49.7°, 34.1%, 100.0%
LAB94.5, -5.2, 36.7
XYZ79.5, 86.4, 49.5
Decimal16773288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.28:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF0A8;
}
.text-color {
color: #FFF0A8;
}
.border-color {
border: 2px solid #FFF0A8;
}