#FFA083
A light, vivid red closely aligning with Lightsalmon.
About #FFA083
Visually, #FFA083 is defined as a vivid red. Its closest recognized web color is Lightsalmon. This translates to an RGB value of rgb(255, 160, 131).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 37% magenta, 49% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFA083
RGB255, 160, 131
HSL14.0°, 100.0%, 75.7%
CMYK0%, 37%, 49%, 0%
HSV14.0°, 48.6%, 100.0%
LAB74.9, 32.3, 29.9
XYZ57.9, 48.0, 27.7
Decimal16752771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.61:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA083;
}
.text-color {
color: #FFA083;
}
.border-color {
border: 2px solid #FFA083;
}