Salmon
#E98463
OrangeColor Codes
All color formats for development
HEX
#E98463RGB
rgb(233, 132, 99)HSL
hsl(15, 75%, 65%)OKLCH
oklch(0.716 0.133 38.8)CMYK
cmyk(0%, 43%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E56D46
2#E05729
3#CB491D
4#AE3E19
5#913415
6#742911
7#571F0C
8#3A1508
9#1D0A04
Tints
Lighter variations
1#EB9172
2#ED9D82
3#EFA992
4#F2B5A1
5#F4C2B1
6#F6CEC1
7#F8DAD0
8#FBE6E0
9#FDF3EF
Tones
Muted variations
1#E2886A
2#DB8B70
3#D58E77
4#CE927E
5#C79584
6#C1988B
7#BA9C92
8#B39F98
9#ACA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D1 #F7D1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0AE #F0AE98 | BordersInactive statesPlaceholder text |
| 400 | E984 #E98463 | Disabled statesSecondary iconsMuted text |
| 500 | E261 #E26136 | Primary brand colorCTAsActive elementsLinks |
| 600 | C446 #C4461C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C38 #9C3816 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7028 #702810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4719 #47190A | Primary textHigh emphasis contentDark headings |
| 950 | 2D10 #2D1006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF4F2;
--salmon-100: #FBE6E0;
--salmon-200: #F7D1C5;
--salmon-300: #F0AE98;
--salmon-400: #E98463;
--salmon-500: #E26136;
--salmon-600: #C4461C;
--salmon-700: #9C3816;
--salmon-800: #702810;
--salmon-900: #47190A;
--salmon-950: #2D1006;
}