Salmon
#EAA162
OrangeColor Codes
All color formats for development
HEX
#EAA162RGB
rgb(234, 161, 98)HSL
hsl(28, 76%, 65%)OKLCH
oklch(0.767 0.118 60.5)CMYK
cmyk(0%, 31%, 58%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E69045
2#E27E28
3#CC6E1C
4#AF5E18
5#924F14
6#753F10
7#582F0C
8#3A1F08
9#1D1004
Tints
Lighter variations
1#ECAB72
2#EEB481
3#F0BD91
4#F2C7A1
5#F4D0B0
6#F6D9C0
7#F9E3D0
8#FBECE0
9#FDF6EF
Tones
Muted variations
1#E3A269
2#DCA26F
3#D5A376
4#CEA37D
5#C8A384
6#C1A48B
7#BAA491
8#B3A598
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DC #F7DCC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C1 #F1C198 | BordersInactive statesPlaceholder text |
| 400 | EAA1 #EAA162 | Disabled statesSecondary iconsMuted text |
| 500 | E386 #E38635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C56B #C56B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D55 #9D5515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 703D #703D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4827 #48270A | Primary textHigh emphasis contentDark headings |
| 950 | 2D18 #2D1806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F2;
--salmon-100: #FBECE0;
--salmon-200: #F7DCC5;
--salmon-300: #F1C198;
--salmon-400: #EAA162;
--salmon-500: #E38635;
--salmon-600: #C56B1B;
--salmon-700: #9D5515;
--salmon-800: #703D0F;
--salmon-900: #48270A;
--salmon-950: #2D1806;
}