#F0F0AF
A very light, moderate yellow closely aligning with Palegoldenrod.
About #F0F0AF
The hex code #F0F0AF represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Palegoldenrod. This translates to an RGB value of rgb(240, 240, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 27% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#F0F0AF
RGB240, 240, 175
HSL60.0°, 68.4%, 81.4%
CMYK0%, 0%, 27%, 6%
HSV60.0°, 27.1%, 94.1%
LAB93.4, -10.0, 31.5
XYZ74.8, 83.9, 52.8
Decimal15790255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.79:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0F0AF;
}
.text-color {
color: #F0F0AF;
}
.border-color {
border: 2px solid #F0F0AF;
}