#F8F0A8
A very light, vivid yellow closely aligning with Palegoldenrod.
About #F8F0A8
The precise color #F8F0A8 is an excellent choice for modern design projects. Its closest recognized web color is Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 240, and 168.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 3% M, 32% Y, and 3% K. The HSL representation is 54.0° hue, 85.1% saturation, and 81.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8F0A8
RGB248, 240, 168
HSL54.0°, 85.1%, 81.6%
CMYK0%, 3%, 32%, 3%
HSV54.0°, 32.3%, 97.3%
LAB93.9, -7.8, 35.8
XYZ76.9, 85.1, 49.4
Decimal16314536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
18.02:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F0A8;
}
.text-color {
color: #F8F0A8;
}
.border-color {
border: 2px solid #F8F0A8;
}