Salmon
#EAA862
OrangeColor Codes
All color formats for development
HEX
#EAA862RGB
rgb(234, 168, 98)HSL
hsl(31, 76%, 65%)OKLCH
oklch(0.78 0.117 66.3)CMYK
cmyk(0%, 28%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E69845
2#E28828
3#CC771C
4#AF6618
5#925514
6#754410
7#58330C
8#3A2208
9#1D1104
Tints
Lighter variations
1#ECB172
2#EEB981
3#F0C291
4#F2CBA1
5#F4D4B0
6#F6DCC0
7#F9E5D0
8#FBEEE0
9#FDF6EF
Tones
Muted variations
1#E3A869
2#DCA86F
3#D5A776
4#CEA77D
5#C8A784
6#C1A78B
7#BAA691
8#B3A698
9#ADA69F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DF #F7DFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C6 #F1C698 | BordersInactive statesPlaceholder text |
| 400 | EAA8 #EAA862 | Disabled statesSecondary iconsMuted text |
| 500 | E38F #E38F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C573 #C5731B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D5C #9D5C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7041 #70410F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482A #482A0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF8F2;
--salmon-100: #FBEEE0;
--salmon-200: #F7DFC5;
--salmon-300: #F1C698;
--salmon-400: #EAA862;
--salmon-500: #E38F35;
--salmon-600: #C5731B;
--salmon-700: #9D5C15;
--salmon-800: #70410F;
--salmon-900: #482A0A;
--salmon-950: #2D1A06;
}