Salmon
#EA8A61
OrangeColor Codes
All color formats for development
HEX
#EA8A61RGB
rgb(234, 138, 97)HSL
hsl(18, 77%, 65%)OKLCH
oklch(0.727 0.13 43.5)CMYK
cmyk(0%, 41%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E77544
2#E35F26
3#CD501B
4#B04517
5#933913
6#752E0F
7#58220B
8#3B1708
9#1D0B04
Tints
Lighter variations
1#ED9671
2#EFA281
3#F1AD90
4#F3B9A0
5#F5C5B0
6#F7D0C0
7#F9DCD0
8#FBE8DF
9#FDF3EF
Tones
Muted variations
1#E48D68
2#DD906F
3#D69376
4#CF957D
5#C89883
6#C19B8A
7#BA9E91
8#B3A098
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D4 #F7D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B2 #F2B297 | BordersInactive statesPlaceholder text |
| 400 | EA8A #EA8A61 | Disabled statesSecondary iconsMuted text |
| 500 | E569 #E56934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C74E #C74E1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E3E #9E3E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712C #712C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481C #481C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F1;
--salmon-100: #FBE8DF;
--salmon-200: #F7D4C4;
--salmon-300: #F2B297;
--salmon-400: #EA8A61;
--salmon-500: #E56934;
--salmon-600: #C74E1A;
--salmon-700: #9E3E15;
--salmon-800: #712C0F;
--salmon-900: #481C09;
--salmon-950: #2D1206;
}