#FFFFA0
A very light, vivid yellow closely aligning with Khaki.
About #FFFFA0
At its core, #FFFFA0 is a very light and vivid hue. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(255, 255, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 0% magenta, 37% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#FFFFA0
RGB255, 255, 160
HSL60.0°, 100.0%, 81.4%
CMYK0%, 0%, 37%, 0%
HSV60.0°, 37.3%, 100.0%
LAB98.2, -13.5, 45.4
XYZ83.3, 95.3, 47.3
Decimal16777120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.05:1
Text on #FFFFFF
FAIL
20.06:1
Text on #000000
AAA
1.00:1
Text on #F8FAFC
FAIL
17.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFFA0;
}
.text-color {
color: #FFFFA0;
}
.border-color {
border: 2px solid #FFFFA0;
}