CSS named color
LightSalmon
#FFA07A
HEX
#ffa07aRGB
rgb(255, 160, 122)HSL
hsl(17, 100%, 74%)OKLCH
oklch(79.38% 0.1248 42.42)NAME
lightsalmonPalette
Complementary
180° on the color wheelComplement
#7AD9FF
Analogous
±30° around the base hueLeft
#FF7A97
Right
#FFE27A
Triadic
±120° for harmonic contrastTriad 1
#7AFFA0
Triad 2
#A07AFF
Shades
Lighter and darker variantsCSS usage
By name
color: lightsalmon;
background-color: lightsalmon;By HEX
color: #ffa07a;
background-color: #ffa07a;By RGB
color: rgb(255, 160, 122);
background-color: rgb(255, 160, 122);By HSL
color: hsl(17, 100%, 74%);
background-color: hsl(17, 100%, 74%);WCAG contrast vs white
Aa
1.99:1
Below minimum
WCAG contrast vs black
Aa
10.56:1
AAA
Related colors
FAQ — LightSalmon
What is the HEX code for LightSalmon?
The HEX code for LightSalmon is #FFA07A. It's one of the 148 named CSS colors and can be used directly in CSS as color: lightsalmon; or color: #ffa07a;
What is LightSalmon in RGB?
LightSalmon in RGB is rgb(255, 160, 122) — red 255, green 160, blue 122.
What is LightSalmon in HSL?
LightSalmon in HSL is hsl(17, 100%, 74%) — hue 17°, saturation 100%, lightness 74%.
What is the complementary color of LightSalmon?
The complementary color (directly opposite LightSalmon on the color wheel) is #7AD9FF. The two together produce maximum contrast.
Is white text readable on LightSalmon?
The WCAG contrast ratio against white (#FFFFFF) is 1.99:1, and against black (#000000) it's 10.56:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.