#FFA07A color codes
- HEX
- #FFA07A
- HEX8
- #FFA07AFF
- HEX8 (Android)
- #FFFFA07A
- RGB
- rgb(255, 160, 122)
- RGB (%)
- 100%, 63%, 48%
- HSL
- hsl(17, 100%, 74%)
- HSV / HSB
- hsv(17, 52%, 100%)
- CMYK
- cmyk(0%, 37%, 52%, 0%)
- OKLCH
- oklch(0.7938 0.1248 42.42)
- OKLCH (%)
- oklch(79.38% 0.1248 42.42)
- Decimal
- 16752762
What color is #FFA07A?
#FFA07A sits at 79% lightness and 0.1248 chroma in OKLCH, hue 42.42°. Its nearest named color is LightSalmon (an exact match).
Shades and tints of #FFA07A
Tints
Shades
Tones
#FFA07A color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FFA07A in CSS
.text { color: #FFA07A; }
.background { background-color: #FFA07A; }
.border { border: 2px solid #FFA07A; }
/* Modern, perceptually uniform */
.text { color: oklch(0.7938 0.1248 42.42); }
/* #FFA07A at 50% transparency */
.overlay { background-color: #FFA07A80; }Is #FFA07A accessible?
#FFA07A on white text scores 1.99:1; on black text it scores 10.56:1. Black text passes WCAG AAA on #FFA07A. Recommended text color on a #FFA07A background: black.
A 10.56:1 vs black
A 1.99:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#FFA07A) → black APCA Lc experimental 65.7 Lc · large / secondary text (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
See more in the orange family on the colors hub.
Frequently asked questions
- What color is #FFA07A?
- #FFA07A is LightSalmon. In RGB it is rgb(255, 160, 122), and in HSL hsl(17, 100%, 74%).
- What is #FFA07A in RGB?
- #FFA07A converts to rgb(255, 160, 122) — red 255, green 160, blue 122.
- What text color is readable on #FFA07A?
- Black text — it has the higher contrast ratio (10.56:1) against #FFA07A. Black text passes WCAG AAA on #FFA07A.