CSS named color
DarkSalmon
#E9967A
HEX
#e9967aRGB
rgb(233, 150, 122)HSL
hsl(15, 72%, 70%)OKLCH
oklch(75.07% 0.1082 39.39)NAME
darksalmonPalette
Complementary
180° on the color wheelComplement
#7BCEEA
Analogous
±30° around the base hueLeft
#EA7B97
Right
#EACE7B
Triadic
±120° for harmonic contrastTriad 1
#7BEA97
Triad 2
#977BEA
Shades
Lighter and darker variantsCSS usage
By name
color: darksalmon;
background-color: darksalmon;By HEX
color: #e9967a;
background-color: #e9967a;By RGB
color: rgb(233, 150, 122);
background-color: rgb(233, 150, 122);By HSL
color: hsl(15, 72%, 70%);
background-color: hsl(15, 72%, 70%);WCAG contrast vs white
Aa
2.31:1
Below minimum
WCAG contrast vs black
Aa
9.11:1
AAA
Related colors
FAQ — DarkSalmon
What is the HEX code for DarkSalmon?
The HEX code for DarkSalmon is #E9967A. It's one of the 148 named CSS colors and can be used directly in CSS as color: darksalmon; or color: #e9967a;
What is DarkSalmon in RGB?
DarkSalmon in RGB is rgb(233, 150, 122) — red 233, green 150, blue 122.
What is DarkSalmon in HSL?
DarkSalmon in HSL is hsl(15, 72%, 70%) — hue 15°, saturation 72%, lightness 70%.
What is the complementary color of DarkSalmon?
The complementary color (directly opposite DarkSalmon on the color wheel) is #7BCEEA. The two together produce maximum contrast.
Is white text readable on DarkSalmon?
The WCAG contrast ratio against white (#FFFFFF) is 2.31:1, and against black (#000000) it's 9.11:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.