Salmon
#E79265
OrangeColor Codes
All color formats for development
HEX
#E79265RGB
rgb(231, 146, 101)HSL
hsl(21, 73%, 65%)OKLCH
oklch(0.738 0.119 48.1)CMYK
cmyk(0%, 37%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E27E48
2#DE6A2B
3#C95B1F
4#AC4E1B
5#8F4116
6#733412
7#56270D
8#391A09
9#1D0D04
Tints
Lighter variations
1#E99D74
2#ECA883
3#EEB393
4#F1BEA2
5#F3C9B2
6#F5D3C1
7#F8DED1
8#FAE9E0
9#FDF4F0
Tones
Muted variations
1#E0946B
2#DA9672
3#D39878
4#CD9A7F
5#C69C85
6#C09E8C
7#B9A092
8#B3A299
9#ACA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE9 #FAE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB8 #EFB89A | BordersInactive statesPlaceholder text |
| 400 | E792 #E79265 | Disabled statesSecondary iconsMuted text |
| 500 | E073 #E07338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C258 #C2581E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A46 #9A4618 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E32 #6E3211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4720 #47200B | Primary textHigh emphasis contentDark headings |
| 950 | 2C14 #2C1407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FAE9E0;
--salmon-200: #F6D7C6;
--salmon-300: #EFB89A;
--salmon-400: #E79265;
--salmon-500: #E07338;
--salmon-600: #C2581E;
--salmon-700: #9A4618;
--salmon-800: #6E3211;
--salmon-900: #47200B;
--salmon-950: #2C1407;
}