Salmon
#EBAA60
OrangeColor Codes
All color formats for development
HEX
#EBAA60RGB
rgb(235, 170, 96)HSL
hsl(32, 78%, 65%)OKLCH
oklch(0.785 0.119 68.1)CMYK
cmyk(0%, 28%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E89B43
2#E48B25
3#CF7A1A
4#B16916
5#945712
6#76460F
7#59340B
8#3B2307
9#1E1104
Tints
Lighter variations
1#EDB370
2#EFBB80
3#F1C490
4#F3CCA0
5#F5D5B0
6#F7DDBF
7#F9E6CF
8#FBEEDF
9#FDF7EF
Tones
Muted variations
1#E4AA67
2#DDA96E
3#D6A975
4#D0A97C
5#C9A883
6#C2A88A
7#BBA791
8#B4A798
9#ADA69F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C7 #F2C797 | BordersInactive statesPlaceholder text |
| 400 | EBAA #EBAA60 | Disabled statesSecondary iconsMuted text |
| 500 | E692 #E69233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C876 #C87619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F5E #9F5E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7143 #71430E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF8F1;
--salmon-100: #FBEEDF;
--salmon-200: #F8E0C4;
--salmon-300: #F2C797;
--salmon-400: #EBAA60;
--salmon-500: #E69233;
--salmon-600: #C87619;
--salmon-700: #9F5E14;
--salmon-800: #71430E;
--salmon-900: #492B09;
--salmon-950: #2D1B06;
}