Salmon
#EA9361
OrangeColor Codes
All color formats for development
HEX
#EA9361RGB
rgb(234, 147, 97)HSL
hsl(22, 77%, 65%)OKLCH
oklch(0.742 0.124 49.9)CMYK
cmyk(0%, 37%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E77F44
2#E36B26
3#CD5C1B
4#B04F17
5#934213
6#75350F
7#58280B
8#3B1A08
9#1D0D04
Tints
Lighter variations
1#ED9E71
2#EFA981
3#F1B490
4#F3BEA0
5#F5C9B0
6#F7D4C0
7#F9DFD0
8#FBE9DF
9#FDF4EF
Tones
Muted variations
1#E49568
2#DD976F
3#D69976
4#CF9B7D
5#C89D83
6#C19E8A
7#BAA091
8#B3A298
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D7 #F7D7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B8 #F2B897 | BordersInactive statesPlaceholder text |
| 400 | EA93 #EA9361 | Disabled statesSecondary iconsMuted text |
| 500 | E575 #E57534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C759 #C7591A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E47 #9E4715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7133 #71330F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4820 #482009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBE9DF;
--salmon-200: #F7D7C4;
--salmon-300: #F2B897;
--salmon-400: #EA9361;
--salmon-500: #E57534;
--salmon-600: #C7591A;
--salmon-700: #9E4715;
--salmon-800: #71330F;
--salmon-900: #482009;
--salmon-950: #2D1406;
}