#E9967A
darksalmon
#E9967A is a orange colour. In RGB it is 233 red, 150 green and 122 blue, which converts to a hue of 15 degrees, 72% saturation and 70% lightness. It is one of the named CSS colours, written as darksalmon in stylesheets.
Color values
| HEX | #E9967A |
|---|---|
| RGB | rgb(233, 150, 122) |
| HSL | hsl(15, 72%, 70%) |
| HSV | hsv(15, 48%, 91%) |
| CMYK | cmyk(0%, 36%, 48%, 9%) |
Contrast and accessibility
Against white the contrast ratio is 2.31:1, and against black it is 9.11:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.31:1 | Fail | Fail |
| Black | 9.11:1 | AAA | AAA |
Tints and shades
Lighter tints move #E9967A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E9967A; |
|---|---|
| CSS rgb() | color: rgb(233 150 122); |
| Tailwind | bg-[#e9967a] |
| SwiftUI | Color(red: 0.914, green: 0.588, blue: 0.478) |
| Android | Color.parseColor("#E9967A") |