Salmon
#E79B65
OrangeColor Codes
All color formats for development
HEX
#E79B65RGB
rgb(231, 155, 101)HSL
hsl(25, 73%, 65%)OKLCH
oklch(0.754 0.115 55.4)CMYK
cmyk(0%, 33%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E28848
2#DE762B
3#C9661F
4#AC571B
5#8F4916
6#733A12
7#562C0D
8#391D09
9#1D0F04
Tints
Lighter variations
1#E9A574
2#ECAF83
3#EEB993
4#F1C3A2
5#F3CDB2
6#F5D7C1
7#F8E1D1
8#FAEBE0
9#FDF5F0
Tones
Muted variations
1#E09C6B
2#DA9D72
3#D39E78
4#CD9F7F
5#C6A085
6#C0A18C
7#B9A292
8#B3A499
9#ACA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DA #F6DAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBD #EFBD9A | BordersInactive statesPlaceholder text |
| 400 | E79B #E79B65 | Disabled statesSecondary iconsMuted text |
| 500 | E07E #E07E38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C263 #C2631E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4E #9A4E18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E38 #6E3811 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4724 #47240B | Primary textHigh emphasis contentDark headings |
| 950 | 2C16 #2C1607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FAEBE0;
--salmon-200: #F6DAC6;
--salmon-300: #EFBD9A;
--salmon-400: #E79B65;
--salmon-500: #E07E38;
--salmon-600: #C2631E;
--salmon-700: #9A4E18;
--salmon-800: #6E3811;
--salmon-900: #47240B;
--salmon-950: #2C1607;
}