Salmon
#EDA15E
OrangeColor Codes
All color formats for development
HEX
#EDA15ERGB
rgb(237, 161, 94)HSL
hsl(28, 80%, 65%)OKLCH
oklch(0.77 0.123 60.8)CMYK
cmyk(0%, 32%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA9041
2#E77E23
3#D16E17
4#B35E14
5#954E11
6#773F0D
7#5A2F0A
8#3C1F07
9#1E1003
Tints
Lighter variations
1#EFAA6E
2#F1B47E
3#F3BD8F
4#F4C79F
5#F6D0AF
6#F8D9BF
7#FAE3CF
8#FBECDF
9#FDF6EF
Tones
Muted variations
1#E6A165
2#DFA26D
3#D8A274
4#D1A37B
5#C9A382
6#C2A489
7#BBA490
8#B4A597
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DC #F8DCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C1 #F3C195 | BordersInactive statesPlaceholder text |
| 400 | EDA1 #EDA15E | Disabled statesSecondary iconsMuted text |
| 500 | E886 #E88630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA6A #CA6A16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A154 #A15412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 733C #733C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4927 #492708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E18 #2E1805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F1;
--salmon-100: #FBECDF;
--salmon-200: #F8DCC3;
--salmon-300: #F3C195;
--salmon-400: #EDA15E;
--salmon-500: #E88630;
--salmon-600: #CA6A16;
--salmon-700: #A15412;
--salmon-800: #733C0D;
--salmon-900: #492708;
--salmon-950: #2E1805;
}