Salmon
#EA8F62
OrangeColor Codes
All color formats for development
HEX
#EA8F62RGB
rgb(234, 143, 98)HSL
hsl(20, 76%, 65%)OKLCH
oklch(0.736 0.126 46.5)CMYK
cmyk(0%, 39%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E67A45
2#E26628
3#CC571C
4#AF4A18
5#923E14
6#753210
7#58250C
8#3A1908
9#1D0C04
Tints
Lighter variations
1#EC9A72
2#EEA681
3#F0B191
4#F2BCA1
5#F4C7B0
6#F6D2C0
7#F9DDD0
8#FBE9E0
9#FDF4EF
Tones
Muted variations
1#E39169
2#DC946F
3#D59676
4#CE987D
5#C89A84
6#C19D8B
7#BA9F91
8#B3A198
9#ADA39F
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 | F7D5 #F7D5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1B5 #F1B598 | BordersInactive statesPlaceholder text |
| 400 | EA8F #EA8F62 | Disabled statesSecondary iconsMuted text |
| 500 | E36F #E36F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C554 #C5541B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D43 #9D4315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7030 #70300F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481E #481E0A | 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: #F7D5C5;
--salmon-300: #F1B598;
--salmon-400: #EA8F62;
--salmon-500: #E36F35;
--salmon-600: #C5541B;
--salmon-700: #9D4315;
--salmon-800: #70300F;
--salmon-900: #481E0A;
--salmon-950: #2D1306;
}