Salmon
#E98F63
OrangeColor Codes
All color formats for development
HEX
#E98F63RGB
rgb(233, 143, 99)HSL
hsl(20, 75%, 65%)OKLCH
oklch(0.735 0.124 46.3)CMYK
cmyk(0%, 39%, 58%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E57B46
2#E06629
3#CB571D
4#AE4B19
5#913E15
6#743211
7#57250C
8#3A1908
9#1D0C04
Tints
Lighter variations
1#EB9B72
2#EDA682
3#EFB192
4#F2BCA1
5#F4C7B1
6#F6D2C1
7#F8DED0
8#FBE9E0
9#FDF4EF
Tones
Muted variations
1#E2926A
2#DB9470
3#D59677
4#CE987E
5#C79B84
6#C19D8B
7#BA9F92
8#B3A198
9#ACA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D6 #F7D6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0B6 #F0B698 | BordersInactive statesPlaceholder text |
| 400 | E98F #E98F63 | Disabled statesSecondary iconsMuted text |
| 500 | E270 #E27036 | Primary brand colorCTAsActive elementsLinks |
| 600 | C454 #C4541C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C43 #9C4316 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7030 #703010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 471F #471F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D13 #2D1306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F2;
--salmon-100: #FBE9E0;
--salmon-200: #F7D6C5;
--salmon-300: #F0B698;
--salmon-400: #E98F63;
--salmon-500: #E27036;
--salmon-600: #C4541C;
--salmon-700: #9C4316;
--salmon-800: #703010;
--salmon-900: #471F0A;
--salmon-950: #2D1306;
}